Package ch.ivyteam.ivy.deployment
Class DeploymentOptions.Builder
- java.lang.Object
-
- ch.ivyteam.ivy.deployment.DeploymentOptions.Builder
-
- Enclosing class:
- DeploymentOptions
public static final class DeploymentOptions.Builder extends Object
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeploymentOptions.BuildercleanupConfiguration(DeploymentOptions.Cleanup cleanupConfiguration)Deprecated.configuration deployment options are no longer respected by the deploymentDeploymentOptions.BuilderdeployTestUsers(DeploymentOptions.TestUser deployTestUsers)DeploymentOptions.BuilderoverwriteConfiguration(boolean overwriteConfiguration)Deprecated.configuration deployment options are no longer respected by the deploymentDeploymentOptions.BuildertargetFileFormat(DeploymentOptions.TargetFileFormat fileFormat)DeploymentOptions.BuildertargetState(DeploymentOptions.TargetState targetState)DeploymentOptions.BuildertargetVersion(DeploymentOptions.TargetVersion targetVersion)DeploymentOptions.BuildertargetVersionRange(VersionRange targetVersionRange)DeploymentOptionstoDeploymentOptions()
-
-
-
Method Detail
-
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
public DeploymentOptions.Builder deployTestUsers(DeploymentOptions.TestUser deployTestUsers)
- API:
- This public API is available in Java.
-
targetVersion
public DeploymentOptions.Builder targetVersion(DeploymentOptions.TargetVersion targetVersion)
- API:
- This public API is available in Java.
-
targetVersionRange
public DeploymentOptions.Builder targetVersionRange(VersionRange targetVersionRange)
- API:
- This public API is available in Java.
-
targetState
public DeploymentOptions.Builder targetState(DeploymentOptions.TargetState targetState)
- API:
- This public API is available in Java.
-
targetFileFormat
public DeploymentOptions.Builder targetFileFormat(DeploymentOptions.TargetFileFormat fileFormat)
- API:
- This public API is available in Java.
-
toDeploymentOptions
public DeploymentOptions toDeploymentOptions()
- API:
- This public API is available in Java.
-
-