Uses of Class
com.oracle.bmc.devops.model.ConnectionSummary
-
Packages that use ConnectionSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of ConnectionSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type ConnectionSummary Modifier and Type Method Description Iterable<ConnectionSummary>
DevopsPaginators. listConnectionsRecordIterator(ListConnectionsRequest request)
Creates a new iterable which will iterate over theConnectionSummary
objects contained in responses from the listConnections operation. -
Uses of ConnectionSummary in com.oracle.bmc.devops.model
Subclasses of ConnectionSummary in com.oracle.bmc.devops.model Modifier and Type Class Description class
BitbucketCloudAppPasswordConnectionSummary
Summary information for a connection of the type BITBUCKET_CLOUD_APP_PASSWORD.class
BitbucketServerTokenConnectionSummary
Summary information for a connection of the type BITBUCKET_SERVER_ACCESS_TOKEN.class
GithubAccessTokenConnectionSummary
Summary information for a connection of the type GITHUB_ACCESS_TOKEN.class
GitlabAccessTokenConnectionSummary
Summary information for a connection of the type GITLAB_ACCESS_TOKEN.class
GitlabServerAccessTokenConnectionSummary
Summary information for a connection of the type GITLAB_SERVER_ACCESS_TOKEN.class
VbsAccessTokenConnectionSummary
Summary information for a connection of the type VBS_ACCESS_TOKEN.Methods in com.oracle.bmc.devops.model that return types with arguments of type ConnectionSummary Modifier and Type Method Description List<ConnectionSummary>
ConnectionCollection. getItems()
Collection of connections.Method parameters in com.oracle.bmc.devops.model with type arguments of type ConnectionSummary Modifier and Type Method Description ConnectionCollection.Builder
ConnectionCollection.Builder. items(List<ConnectionSummary> items)
Collection of connections.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type ConnectionSummary Constructor Description ConnectionCollection(List<ConnectionSummary> items)
Deprecated.
-