Uses of Class
com.oracle.bmc.devops.model.DeployArtifact
-
Packages that use DeployArtifact Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of DeployArtifact in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployArtifact Modifier and Type Method Description DeployArtifact
DeployArtifact.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type DeployArtifact Modifier and Type Method Description DeployArtifact.Builder
DeployArtifact.Builder. copy(DeployArtifact model)
-
Uses of DeployArtifact in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return DeployArtifact Modifier and Type Method Description DeployArtifact
CreateDeployArtifactResponse. getDeployArtifact()
The returned DeployArtifact instance.DeployArtifact
GetDeployArtifactResponse. getDeployArtifact()
The returned DeployArtifact instance.DeployArtifact
UpdateDeployArtifactResponse. getDeployArtifact()
The returned DeployArtifact instance.Methods in com.oracle.bmc.devops.responses with parameters of type DeployArtifact Modifier and Type Method Description CreateDeployArtifactResponse.Builder
CreateDeployArtifactResponse.Builder. deployArtifact(DeployArtifact deployArtifact)
The returned DeployArtifact instance.GetDeployArtifactResponse.Builder
GetDeployArtifactResponse.Builder. deployArtifact(DeployArtifact deployArtifact)
The returned DeployArtifact instance.UpdateDeployArtifactResponse.Builder
UpdateDeployArtifactResponse.Builder. deployArtifact(DeployArtifact deployArtifact)
The returned DeployArtifact instance.
-