Method | Description | |
---|---|---|
AsUser ( string newUserApiKey ) : |
Recreates the endpoint using the API key of a new user.
|
|
OctopusServerEndpoint ( ILinkResolver octopusServer, string apiKey, ICredentials credentials ) : System |
Initializes a new instance of the OctopusServerEndpoint class.
|
|
OctopusServerEndpoint ( string octopusServerAddress ) : System |
Initializes a new instance of the OctopusServerEndpoint class. Since no API key is provided, only very limited functionality will be available.
|
|
OctopusServerEndpoint ( string octopusServerAddress, string apiKey ) : System |
Initializes a new instance of the OctopusServerEndpoint class.
|
|
OctopusServerEndpoint ( string octopusServerAddress, string apiKey, ICredentials credentials ) : System |
Initializes a new instance of the OctopusServerEndpoint class.
|
public AsUser ( string newUserApiKey ) : |
||
newUserApiKey | string | The new user API key. |
return |
public OctopusServerEndpoint ( ILinkResolver octopusServer, string apiKey, ICredentials credentials ) : System | ||
octopusServer | ILinkResolver | The resolver that should be used to turn relative links into full URIs. |
apiKey | string | /// The API key to use when connecting to the Octopus server. For more information on API keys, please /// see the API documentation on authentication /// (https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/sections/authentication.md). /// |
credentials | ICredentials | /// Additional credentials to use when communicating to servers that require integrated/basic /// authentication. /// |
return | System |
public OctopusServerEndpoint ( string octopusServerAddress ) : System | ||
octopusServerAddress | string |
/// The URI of the Octopus Server. Ideally this should end with |
return | System |
public OctopusServerEndpoint ( string octopusServerAddress, string apiKey ) : System | ||
octopusServerAddress | string |
/// The URI of the Octopus Server. Ideally this should end with |
apiKey | string | /// The API key to use when connecting to the Octopus server. For more information on API keys, please /// see the API documentation on authentication /// (https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/sections/authentication.md). /// |
return | System |
public OctopusServerEndpoint ( string octopusServerAddress, string apiKey, ICredentials credentials ) : System | ||
octopusServerAddress | string |
/// The URI of the Octopus Server. Ideally this should end with |
apiKey | string | /// The API key to use when connecting to the Octopus server. For more information on API keys, please /// see the API documentation on authentication /// (https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/sections/authentication.md). /// |
credentials | ICredentials | /// Additional credentials to use when communicating to servers that require integrated/basic /// authentication. /// |
return | System |