Uses of Class
com.oracle.bmc.devops.model.CreateConnectionDetails
-
Packages that use CreateConnectionDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of CreateConnectionDetails in com.oracle.bmc.devops.model
Subclasses of CreateConnectionDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
CreateBitbucketCloudAppPasswordConnectionDetails
The details for creating a connection of the type BITBUCKET_CLOUD_APP_PASSWORD.class
CreateBitbucketServerAccessTokenConnectionDetails
The details for creating a connection of the type BITBUCKET_SERVER_ACCESS_TOKEN.class
CreateGithubAccessTokenConnectionDetails
The details for creating a connection of the type GITHUB_ACCESS_TOKEN.class
CreateGitlabAccessTokenConnectionDetails
The details for creating a connection of the type GITLAB_ACCESS_TOKEN.class
CreateGitlabServerAccessTokenConnectionDetails
The details for creating a connection of the type GITLAB_SERVER_ACCESS_TOKEN.class
CreateVbsAccessTokenConnectionDetails
The details for creating a connection of the type VBS_ACCESS_TOKEN. -
Uses of CreateConnectionDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreateConnectionDetails Modifier and Type Method Description CreateConnectionDetails
CreateConnectionRequest. getBody$()
Alternative accessor for the body parameter.CreateConnectionDetails
CreateConnectionRequest. getCreateConnectionDetails()
Details for the new connection.Methods in com.oracle.bmc.devops.requests with parameters of type CreateConnectionDetails Modifier and Type Method Description CreateConnectionRequest.Builder
CreateConnectionRequest.Builder. body$(CreateConnectionDetails body)
Alternative setter for the body parameter.CreateConnectionRequest.Builder
CreateConnectionRequest.Builder. createConnectionDetails(CreateConnectionDetails createConnectionDetails)
Details for the new connection.
-