Package org.apache.maven.shared.release
Class ReleasePrepareRequest
java.lang.Object
org.apache.maven.shared.release.AbstractReleaseRequest
org.apache.maven.shared.release.ReleasePrepareRequest
ReleasePrepareRequest class.
- Since:
- 2.3
- Author:
- Robert Scholte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddryRun
.Getter for the fieldreleaseEnvironment
.Getter for the fieldresume
.Getter for the fielduserProperties
.void
Setter for the fielddryRun
.void
setReleaseEnvironment
(ReleaseEnvironment releaseEnvironment) Setter for the fieldreleaseEnvironment
.void
Setter for the fieldresume
.void
setUserProperties
(Properties userProperties) Setter for the fielduserProperties
.Methods inherited from class org.apache.maven.shared.release.AbstractReleaseRequest
getReactorProjects, getReleaseDescriptorBuilder, getReleaseManagerListener, setReactorProjects, setReleaseDescriptorBuilder, setReleaseManagerListener
-
Constructor Details
-
ReleasePrepareRequest
public ReleasePrepareRequest()
-
-
Method Details
-
getDryRun
Getter for the field
dryRun
.- Returns:
- the dryRun
-
setDryRun
Setter for the field
dryRun
.- Parameters:
dryRun
- the dryRun to set
-
getResume
Getter for the field
resume
.- Returns:
- the resume
-
setResume
Setter for the field
resume
.- Parameters:
resume
- the resume to set
-
getReleaseEnvironment
Getter for the field
releaseEnvironment
.- Returns:
- the releaseEnvironment
-
getUserProperties
Getter for the field
userProperties
.- Returns:
- a
Properties
object
-
setUserProperties
Setter for the field
userProperties
.- Parameters:
userProperties
- aProperties
object
-