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 String
getArtifactId()
Get the artifactId field.String
getChecksum()
Get the checksum field.String
getGroupId()
Get the groupId field.String
getSource()
Get the source field.String
getUrl()
Get the url field.Boolean
isChecksumMatched()
Get the checksumMatched field.Boolean
isLifecycleMatched()
Get the lifecycleMatched field.Boolean
isPluginsMatched()
Get the pluginsMatched field.Boolean
isSharedToRemote()
Get the sharedToRemote field.void
setArtifactId(String artifactId)
Set the artifactId field.void
setChecksum(String checksum)
Set the checksum field.void
setChecksumMatched(Boolean checksumMatched)
Set the checksumMatched field.void
setGroupId(String groupId)
Set the groupId field.void
setLifecycleMatched(Boolean lifecycleMatched)
Set the lifecycleMatched field.void
setPluginsMatched(Boolean pluginsMatched)
Set the pluginsMatched field.void
setSharedToRemote(Boolean sharedToRemote)
Set the sharedToRemote field.void
setSource(String source)
Set the source field.void
setUrl(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.
-
-