Class NamingPolicyRequest
java.lang.Object
org.apache.maven.shared.release.policy.naming.NamingPolicyRequest
NamingPolicyRequest class.
- Since:
- 3.0.0-M5
- Author:
- Robert Scholte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldartifactId.Getter for the fieldgroupId.Getter for the fieldversion.setArtifactId(String artifactId) Setter for the fieldartifactId.setGroupId(String groupId) Setter for the fieldgroupId.setVersion(String version) Setter for the fieldversion.
-
Constructor Details
-
NamingPolicyRequest
public NamingPolicyRequest()
-
-
Method Details
-
getGroupId
Getter for the field
groupId.- Returns:
- a
Stringobject
-
setGroupId
Setter for the field
groupId.- Parameters:
groupId- aStringobject- Returns:
- a
NamingPolicyRequestobject
-
getArtifactId
Getter for the field
artifactId.- Returns:
- a
Stringobject
-
setArtifactId
Setter for the field
artifactId.- Parameters:
artifactId- aStringobject- Returns:
- a
NamingPolicyRequestobject
-
getVersion
Getter for the field
version.- Returns:
- a
Stringobject
-
setVersion
Setter for the field
version.- Parameters:
version- aStringobject- Returns:
- a
NamingPolicyRequestobject
-