Uses of Class
com.oracle.bmc.devops.model.Connection
-
Packages that use Connection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of Connection in com.oracle.bmc.devops.model
Subclasses of Connection in com.oracle.bmc.devops.model Modifier and Type Class Description class
BitbucketCloudAppPasswordConnection
The properties that define a connection of the type BITBUCKET_CLOUD_APP_PASSWORD.class
BitbucketServerAccessTokenConnection
The properties that define a connection of the type BITBUCKET_SERVER_ACCESS_TOKEN.class
GithubAccessTokenConnection
The properties that define a connection of the type GITHUB_ACCESS_TOKEN.class
GitlabAccessTokenConnection
The properties that define a connection of the type GITLAB_ACCESS_TOKEN.class
GitlabServerAccessTokenConnection
The properties that define a connection of the type GITLAB_SERVER_ACCESS_TOKEN.class
VbsAccessTokenConnection
The properties that define a connection of the type VBS_ACCESS_TOKEN. -
Uses of Connection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return Connection Modifier and Type Method Description Connection
CreateConnectionResponse. getConnection()
The returned Connection instance.Connection
GetConnectionResponse. getConnection()
The returned Connection instance.Connection
UpdateConnectionResponse. getConnection()
The returned Connection instance.Connection
ValidateConnectionResponse. getConnection()
The returned Connection instance.Methods in com.oracle.bmc.devops.responses with parameters of type Connection Modifier and Type Method Description CreateConnectionResponse.Builder
CreateConnectionResponse.Builder. connection(Connection connection)
The returned Connection instance.GetConnectionResponse.Builder
GetConnectionResponse.Builder. connection(Connection connection)
The returned Connection instance.UpdateConnectionResponse.Builder
UpdateConnectionResponse.Builder. connection(Connection connection)
The returned Connection instance.ValidateConnectionResponse.Builder
ValidateConnectionResponse.Builder. connection(Connection connection)
The returned Connection instance.
-