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.devopsMethods 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 theDeployArtifactSummaryobjects contained in responses from the listDeployArtifacts operation.
- 
Uses of DeployArtifactSummary in com.oracle.bmc.devops.modelMethods in com.oracle.bmc.devops.model that return DeployArtifactSummary Modifier and Type Method Description DeployArtifactSummaryDeployArtifactSummary.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.BuilderDeployArtifactSummary.Builder. copy(DeployArtifactSummary model)Method parameters in com.oracle.bmc.devops.model with type arguments of type DeployArtifactSummary Modifier and Type Method Description DeployArtifactCollection.BuilderDeployArtifactCollection.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.
 
-