Package ch.ivyteam.ivy.deployment
Class DeploymentOptions.Builder
java.lang.Object
ch.ivyteam.ivy.deployment.DeploymentOptions.Builder
- Enclosing class:
- DeploymentOptions
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptioncleanupConfiguration(DeploymentOptions.Cleanup cleanupConfiguration) Deprecated.configuration deployment options are no longer respected by the deploymentdeployTestUsers(DeploymentOptions.TestUser deployTestUsers) overwriteConfiguration(boolean overwriteConfiguration) Deprecated.configuration deployment options are no longer respected by the deploymenttargetFileFormat(DeploymentOptions.TargetFileFormat fileFormat) targetState(DeploymentOptions.TargetState targetState) targetVersion(DeploymentOptions.TargetVersion targetVersion) targetVersionRange(VersionRange targetVersionRange)
-
Method Details
-
overwriteConfiguration
@Deprecated(since="9.3") public DeploymentOptions.Builder overwriteConfiguration(boolean overwriteConfiguration) Deprecated.configuration deployment options are no longer respected by the deployment- API:
- This public API is available in Java.
-
cleanupConfiguration
@Deprecated(since="9.3") public DeploymentOptions.Builder cleanupConfiguration(DeploymentOptions.Cleanup cleanupConfiguration) Deprecated.configuration deployment options are no longer respected by the deployment- API:
- This public API is available in Java.
-
deployTestUsers
- API:
- This public API is available in Java.
-
targetVersion
- API:
- This public API is available in Java.
-
targetVersionRange
- API:
- This public API is available in Java.
-
targetState
- API:
- This public API is available in Java.
-
targetFileFormat
- API:
- This public API is available in Java.
-
toDeploymentOptions
- API:
- This public API is available in Java.
-