public class ReleasePerformRequest extends AbstractReleaseRequest
ReleasePerformRequest class.
| Constructor and Description | 
|---|
| ReleasePerformRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getClean()Getter for the field  clean. | 
| Boolean | getDryRun()Getter for the field  dryRun. | 
| ReleaseEnvironment | getReleaseEnvironment()Getter for the field  releaseEnvironment. | 
| void | setClean(Boolean clean)Setter for the field  clean. | 
| void | setDryRun(Boolean dryRun)Setter for the field  dryRun. | 
| void | setReleaseEnvironment(ReleaseEnvironment releaseEnvironment)Setter for the field  releaseEnvironment. | 
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 Boolean getClean()
Getter for the field clean.
public void setClean(Boolean clean)
Setter for the field clean.
clean - the clean to setpublic ReleaseEnvironment getReleaseEnvironment()
Getter for the field releaseEnvironment.
public void setReleaseEnvironment(ReleaseEnvironment releaseEnvironment)
Setter for the field releaseEnvironment.
releaseEnvironment - the releaseEnvironment to setCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.