Package org.apache.maven.shared.release
Class ReleaseBranchRequest
java.lang.Object
org.apache.maven.shared.release.AbstractReleaseRequest
org.apache.maven.shared.release.ReleaseBranchRequest
ReleaseBranchRequest 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 fielduserProperties.voidSetter for the fielddryRun.voidsetReleaseEnvironment(ReleaseEnvironment releaseEnvironment) Setter for the fieldreleaseEnvironment.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
-
ReleaseBranchRequest
public ReleaseBranchRequest()
-
-
Method Details
-
getDryRun
Getter for the field
dryRun.- Returns:
- the dryRun
-
setDryRun
Setter for the field
dryRun.- Parameters:
dryRun- the dryRun 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
-