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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddryRun.Getter for the fieldreleaseEnvironment.Getter for the fieldresume.Getter for the fielduserProperties.voidSetter for the fielddryRun.voidsetReleaseEnvironment(ReleaseEnvironment releaseEnvironment) Setter for the fieldreleaseEnvironment.voidSetter for the fieldresume.voidsetUserProperties(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
Propertiesobject
-
setUserProperties
Setter for the field
userProperties.- Parameters:
userProperties- aPropertiesobject
-