Class ProjectReport
- java.lang.Object
-
- org.apache.maven.buildcache.xml.report.ProjectReport
-
- All Implemented Interfaces:
Serializable
public class ProjectReport extends Object implements Serializable
Class ProjectReport.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()Get the artifactId field.StringgetChecksum()Get the checksum field.StringgetGroupId()Get the groupId field.StringgetSource()Get the source field.StringgetUrl()Get the url field.BooleanisChecksumMatched()Get the checksumMatched field.BooleanisLifecycleMatched()Get the lifecycleMatched field.BooleanisPluginsMatched()Get the pluginsMatched field.BooleanisSharedToRemote()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.voidsetSource(String source)Set the source field.voidsetUrl(String url)Set the url field.
-
-
-
Method Detail
-
getArtifactId
public String getArtifactId()
Get the artifactId field.- Returns:
- String
-
getChecksum
public String getChecksum()
Get the checksum field.- Returns:
- String
-
getGroupId
public String getGroupId()
Get the groupId field.- Returns:
- String
-
getSource
public String getSource()
Get the source field.- Returns:
- String
-
getUrl
public String getUrl()
Get the url field.- Returns:
- String
-
isChecksumMatched
public Boolean isChecksumMatched()
Get the checksumMatched field.- Returns:
- Boolean
-
isLifecycleMatched
public Boolean isLifecycleMatched()
Get the lifecycleMatched field.- Returns:
- Boolean
-
isPluginsMatched
public Boolean isPluginsMatched()
Get the pluginsMatched field.- Returns:
- Boolean
-
isSharedToRemote
public Boolean isSharedToRemote()
Get the sharedToRemote field.- Returns:
- Boolean
-
setArtifactId
public void setArtifactId(String artifactId)
Set the artifactId field.- Parameters:
artifactId- a artifactId object.
-
setChecksum
public void setChecksum(String checksum)
Set the checksum field.- Parameters:
checksum- a checksum object.
-
setChecksumMatched
public void setChecksumMatched(Boolean checksumMatched)
Set the checksumMatched field.- Parameters:
checksumMatched- a checksumMatched object.
-
setGroupId
public void setGroupId(String groupId)
Set the groupId field.- Parameters:
groupId- a groupId object.
-
setLifecycleMatched
public void setLifecycleMatched(Boolean lifecycleMatched)
Set the lifecycleMatched field.- Parameters:
lifecycleMatched- a lifecycleMatched object.
-
setPluginsMatched
public void setPluginsMatched(Boolean pluginsMatched)
Set the pluginsMatched field.- Parameters:
pluginsMatched- a pluginsMatched object.
-
setSharedToRemote
public void setSharedToRemote(Boolean sharedToRemote)
Set the sharedToRemote field.- Parameters:
sharedToRemote- a sharedToRemote object.
-
setSource
public void setSource(String source)
Set the source field.- Parameters:
source- a source object.
-
setUrl
public void setUrl(String url)
Set the url field.- Parameters:
url- a url object.
-
-