Uses of Class
com.oracle.bmc.devops.model.GenericArtifactLocationDetails
-
Packages that use GenericArtifactLocationDetails Package Description com.oracle.bmc.devops.model -
-
Uses of GenericArtifactLocationDetails in com.oracle.bmc.devops.model
Subclasses of GenericArtifactLocationDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
ObjectStorageGenericArtifactLocationDetails
ObjectStorage bucket details where artifact is located.Methods in com.oracle.bmc.devops.model that return GenericArtifactLocationDetails Modifier and Type Method Description GenericArtifactLocationDetails
GenericArtifacts. getLocationDetails()
Methods in com.oracle.bmc.devops.model with parameters of type GenericArtifactLocationDetails Modifier and Type Method Description GenericArtifacts.Builder
GenericArtifacts.Builder. locationDetails(GenericArtifactLocationDetails locationDetails)
Constructors in com.oracle.bmc.devops.model with parameters of type GenericArtifactLocationDetails Constructor Description GenericArtifacts(String stepName, String name, GenericArtifactLocationDetails locationDetails)
Deprecated.
-