Class ProjectReport
java.lang.Object
org.apache.maven.buildcache.xml.report.ProjectReport
- All Implemented Interfaces:
Serializable
Class ProjectReport.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactId field.Get the checksum field.Get the groupId field.Get the source field.getUrl()Get the url field.Get the checksumMatched field.Get the lifecycleMatched field.Get the pluginsMatched field.Get the sharedToRemote field.voidsetArtifactId(String artifactId) Set the artifactId field.voidsetChecksum(String checksum) Set the checksum field.voidsetChecksumMatched(Boolean checksumMatched) Set the checksumMatched field.voidsetGroupId(String groupId) Set the groupId field.voidsetLifecycleMatched(Boolean lifecycleMatched) Set the lifecycleMatched field.voidsetPluginsMatched(Boolean pluginsMatched) Set the pluginsMatched field.voidsetSharedToRemote(Boolean sharedToRemote) Set the sharedToRemote field.voidSet the source field.voidSet the url field.
-
Constructor Details
-
ProjectReport
public ProjectReport()
-
-
Method Details
-
getArtifactId
Get the artifactId field.- Returns:
- String
-
getChecksum
Get the checksum field.- Returns:
- String
-
getGroupId
Get the groupId field.- Returns:
- String
-
getSource
Get the source field.- Returns:
- String
-
getUrl
Get the url field.- Returns:
- String
-
isChecksumMatched
Get the checksumMatched field.- Returns:
- Boolean
-
isLifecycleMatched
Get the lifecycleMatched field.- Returns:
- Boolean
-
isPluginsMatched
Get the pluginsMatched field.- Returns:
- Boolean
-
setArtifactId
Set the artifactId field.- Parameters:
artifactId- a artifactId object.
-
setChecksum
Set the checksum field.- Parameters:
checksum- a checksum object.
-
setChecksumMatched
Set the checksumMatched field.- Parameters:
checksumMatched- a checksumMatched object.
-
setGroupId
Set the groupId field.- Parameters:
groupId- a groupId object.
-
setLifecycleMatched
Set the lifecycleMatched field.- Parameters:
lifecycleMatched- a lifecycleMatched object.
-
setPluginsMatched
Set the pluginsMatched field.- Parameters:
pluginsMatched- a pluginsMatched object.
-
setSource
Set the source field.- Parameters:
source- a source object.
-
setUrl
Set the url field.- Parameters:
url- a url object.
-