Uses of Class
com.oracle.bmc.devops.model.DeployArtifactSource
-
Packages that use DeployArtifactSource Package Description com.oracle.bmc.devops.model -
-
Uses of DeployArtifactSource in com.oracle.bmc.devops.model
Subclasses of DeployArtifactSource in com.oracle.bmc.devops.model Modifier and Type Class Description class
GenericDeployArtifactSource
Specifies the Artifact Registry source details.class
HelmCommandSpecArtifactSource
Specifies Helm command spec details
Note: Objects should always be created or deserialized using theHelmCommandSpecArtifactSource.Builder
.class
HelmRepositoryDeployArtifactSource
Specifies Helm chart source details.class
InlineDeployArtifactSource
Specifies the inline deployment artifact source details.class
OcirDeployArtifactSource
Specifies the OCIR details.Methods in com.oracle.bmc.devops.model that return DeployArtifactSource Modifier and Type Method Description DeployArtifactSource
CreateDeployArtifactDetails. getDeployArtifactSource()
DeployArtifactSource
DeployArtifact. getDeployArtifactSource()
DeployArtifactSource
DeployArtifactSummary. getDeployArtifactSource()
DeployArtifactSource
UpdateDeployArtifactDetails. getDeployArtifactSource()
Methods in com.oracle.bmc.devops.model with parameters of type DeployArtifactSource Modifier and Type Method Description CreateDeployArtifactDetails.Builder
CreateDeployArtifactDetails.Builder. deployArtifactSource(DeployArtifactSource deployArtifactSource)
DeployArtifact.Builder
DeployArtifact.Builder. deployArtifactSource(DeployArtifactSource deployArtifactSource)
DeployArtifactSummary.Builder
DeployArtifactSummary.Builder. deployArtifactSource(DeployArtifactSource deployArtifactSource)
UpdateDeployArtifactDetails.Builder
UpdateDeployArtifactDetails.Builder. deployArtifactSource(DeployArtifactSource deployArtifactSource)
Constructors in com.oracle.bmc.devops.model with parameters of type DeployArtifactSource 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.
-