public class VersionPolicyRequest extends Object
VersionPolicyRequest class.
Constructor and Description |
---|
VersionPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getConfig()
Getter for the field
config . |
org.apache.maven.artifact.repository.metadata.Metadata |
getMetaData()
Getter for the field
metaData . |
org.apache.maven.scm.provider.ScmProvider |
getScmProvider()
Getter for the field
scmProvider . |
org.apache.maven.scm.repository.ScmRepository |
getScmRepository()
Getter for the field
scmRepository . |
String |
getVersion()
Getter for the field
version . |
String |
getWorkingDirectory()
Getter for the field
workingDirectory . |
VersionPolicyRequest |
setConfig(String config)
Setter for the field
config . |
VersionPolicyRequest |
setMetaData(org.apache.maven.artifact.repository.metadata.Metadata metaData)
Setter for the field
metaData . |
VersionPolicyRequest |
setScmProvider(org.apache.maven.scm.provider.ScmProvider scmProvider)
Setter for the field
scmProvider . |
VersionPolicyRequest |
setScmRepository(org.apache.maven.scm.repository.ScmRepository scmRepository)
Setter for the field
scmRepository . |
VersionPolicyRequest |
setVersion(String version)
Setter for the field
version . |
VersionPolicyRequest |
setWorkingDirectory(String workingDirectory)
Setter for the field
workingDirectory . |
public VersionPolicyRequest setVersion(String version)
Setter for the field version
.
version
- a String
objectVersionPolicyRequest
objectpublic org.apache.maven.artifact.repository.metadata.Metadata getMetaData()
Getter for the field metaData
.
Metadata
objectpublic VersionPolicyRequest setMetaData(org.apache.maven.artifact.repository.metadata.Metadata metaData)
Setter for the field metaData
.
metaData
- a Metadata
objectVersionPolicyRequest
objectpublic org.apache.maven.scm.repository.ScmRepository getScmRepository()
Getter for the field scmRepository
.
ScmRepository
objectpublic VersionPolicyRequest setScmRepository(org.apache.maven.scm.repository.ScmRepository scmRepository)
Setter for the field scmRepository
.
scmRepository
- The ScmRepository
where the history can be retrieved.VersionPolicyRequest
objectpublic org.apache.maven.scm.provider.ScmProvider getScmProvider()
Getter for the field scmProvider
.
ScmProvider
objectpublic VersionPolicyRequest setScmProvider(org.apache.maven.scm.provider.ScmProvider scmProvider)
Setter for the field scmProvider
.
scmProvider
- The ScmProvider
where the history can be retrieved.VersionPolicyRequest
objectpublic String getWorkingDirectory()
Getter for the field workingDirectory
.
String
that contains the workingDirectory (can be null or empty).public VersionPolicyRequest setWorkingDirectory(String workingDirectory)
Setter for the field workingDirectory
.
workingDirectory
- The String
that contains the workingDirectory (can be null or empty).VersionPolicyRequest
objectpublic String getConfig()
Getter for the field config
.
String
that contains the config (can be null or empty).public VersionPolicyRequest setConfig(String config)
Setter for the field config
.
config
- The String
that contains the config (can be null or empty).VersionPolicyRequest
objectCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.