public class ReleasePrepareRequest extends AbstractReleaseRequest
ReleasePrepareRequest class.
| Constructor and Description |
|---|
ReleasePrepareRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDryRun()
Getter for the field
dryRun. |
ReleaseEnvironment |
getReleaseEnvironment()
Getter for the field
releaseEnvironment. |
Boolean |
getResume()
Getter for the field
resume. |
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 |
setResume(Boolean resume)
Setter for the field
resume. |
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 Boolean getResume()
Getter for the field resume.
public void setResume(Boolean resume)
Setter for the field resume.
resume - the resume 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.