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
-
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
String
object
-
setGroupId
Setter for the field
groupId
.- Parameters:
groupId
- aString
object- Returns:
- a
NamingPolicyRequest
object
-
getArtifactId
Getter for the field
artifactId
.- Returns:
- a
String
object
-
setArtifactId
Setter for the field
artifactId
.- Parameters:
artifactId
- aString
object- Returns:
- a
NamingPolicyRequest
object
-
getVersion
Getter for the field
version
.- Returns:
- a
String
object
-
setVersion
Setter for the field
version
.- Parameters:
version
- aString
object- Returns:
- a
NamingPolicyRequest
object
-