Uses of Class
com.oracle.bmc.devops.model.DeployArtifactSummary
-
Packages that use DeployArtifactSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of DeployArtifactSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type DeployArtifactSummary Modifier and Type Method Description Iterable<DeployArtifactSummary>
DevopsPaginators. listDeployArtifactsRecordIterator(ListDeployArtifactsRequest request)
Creates a new iterable which will iterate over theDeployArtifactSummary
objects contained in responses from the listDeployArtifacts operation. -
Uses of DeployArtifactSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployArtifactSummary Modifier and Type Method Description DeployArtifactSummary
DeployArtifactSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DeployArtifactSummary Modifier and Type Method Description List<DeployArtifactSummary>
DeployArtifactCollection. getItems()
Deployment artifact summary items found for the search.Methods in com.oracle.bmc.devops.model with parameters of type DeployArtifactSummary Modifier and Type Method Description DeployArtifactSummary.Builder
DeployArtifactSummary.Builder. copy(DeployArtifactSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DeployArtifactSummary Modifier and Type Method Description DeployArtifactCollection.Builder
DeployArtifactCollection.Builder. items(List<DeployArtifactSummary> items)
Deployment artifact summary items found for the search.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeployArtifactSummary Constructor Description DeployArtifactCollection(List<DeployArtifactSummary> items)
Deprecated.
-