public class ReleaseBranchRequest extends AbstractReleaseRequest
ReleaseBranchRequest class.
| Constructor and Description | 
|---|
| ReleaseBranchRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getDryRun()Getter for the field  dryRun. | 
| ReleaseEnvironment | getReleaseEnvironment()Getter for the field  releaseEnvironment. | 
| Properties | getUserProperties()Getter for the field  userProperties. | 
| void | setDryRun(Boolean dryRun)Setter for the field  dryRun. | 
| void | setReleaseEnvironment(ReleaseEnvironment releaseEnvironment)Setter for the field  releaseEnvironment. | 
| void | setUserProperties(Properties userProperties)Setter for the field  userProperties. | 
getReactorProjects, getReleaseDescriptorBuilder, getReleaseManagerListener, setReactorProjects, setReleaseDescriptorBuilder, setReleaseManagerListenerpublic Boolean getDryRun()
Getter for the field dryRun.
public void setDryRun(Boolean dryRun)
Setter for the field dryRun.
dryRun - the dryRun to setpublic ReleaseEnvironment getReleaseEnvironment()
Getter for the field releaseEnvironment.
public void setReleaseEnvironment(ReleaseEnvironment releaseEnvironment)
Setter for the field releaseEnvironment.
releaseEnvironment - the releaseEnvironment to setpublic Properties getUserProperties()
Getter for the field userProperties.
Properties objectpublic void setUserProperties(Properties userProperties)
Setter for the field userProperties.
userProperties - a Properties objectCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.