Uses of Class
com.oracle.bmc.devops.model.DeployArtifact.DeployArtifactType
-
Packages that use DeployArtifact.DeployArtifactType Package Description com.oracle.bmc.devops.model -
-
Uses of DeployArtifact.DeployArtifactType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployArtifact.DeployArtifactType Modifier and Type Method Description static DeployArtifact.DeployArtifactType
DeployArtifact.DeployArtifactType. create(String key)
DeployArtifact.DeployArtifactType
CreateDeployArtifactDetails. getDeployArtifactType()
Type of the deployment artifact.DeployArtifact.DeployArtifactType
DeployArtifact. getDeployArtifactType()
Type of the deployment artifact.DeployArtifact.DeployArtifactType
DeployArtifactSummary. getDeployArtifactType()
Type of the deployment artifact.DeployArtifact.DeployArtifactType
UpdateDeployArtifactDetails. getDeployArtifactType()
Type of the deployment artifact.static DeployArtifact.DeployArtifactType
DeployArtifact.DeployArtifactType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeployArtifact.DeployArtifactType[]
DeployArtifact.DeployArtifactType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type DeployArtifact.DeployArtifactType Modifier and Type Method Description CreateDeployArtifactDetails.Builder
CreateDeployArtifactDetails.Builder. deployArtifactType(DeployArtifact.DeployArtifactType deployArtifactType)
Type of the deployment artifact.DeployArtifact.Builder
DeployArtifact.Builder. deployArtifactType(DeployArtifact.DeployArtifactType deployArtifactType)
Type of the deployment artifact.DeployArtifactSummary.Builder
DeployArtifactSummary.Builder. deployArtifactType(DeployArtifact.DeployArtifactType deployArtifactType)
Type of the deployment artifact.UpdateDeployArtifactDetails.Builder
UpdateDeployArtifactDetails.Builder. deployArtifactType(DeployArtifact.DeployArtifactType deployArtifactType)
Type of the deployment artifact.Constructors in com.oracle.bmc.devops.model with parameters of type DeployArtifact.DeployArtifactType Constructor Description CreateDeployArtifactDetails(String description, String displayName, DeployArtifact.DeployArtifactType deployArtifactType, DeployArtifactSource deployArtifactSource, DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode, String projectId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DeployArtifact(String id, String description, String displayName, String projectId, String compartmentId, DeployArtifact.DeployArtifactType deployArtifactType, DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode, DeployArtifactSource deployArtifactSource, Date timeCreated, Date timeUpdated, DeployArtifact.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DeployArtifactSummary(String id, String description, String displayName, String projectId, String compartmentId, DeployArtifact.DeployArtifactType deployArtifactType, DeployArtifactSource deployArtifactSource, DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode, Date timeCreated, Date timeUpdated, DeployArtifact.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateDeployArtifactDetails(String description, String displayName, DeployArtifact.DeployArtifactType deployArtifactType, DeployArtifactSource deployArtifactSource, DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-