Class CompletedExecution
- java.lang.Object
-
- org.apache.maven.buildcache.xml.build.CompletedExecution
-
- All Implemented Interfaces:
Serializable
public class CompletedExecution extends Object implements Serializable
Class CompletedExecution.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompletedExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(PropertyValue propertyValue)
Method addProperty.String
getExecutionKey()
Get the executionKey field.String
getMojoClassName()
Get the mojoClassName field.List<PropertyValue>
getProperties()
Method getProperties.void
removeProperty(PropertyValue propertyValue)
Method removeProperty.void
setExecutionKey(String executionKey)
Set the executionKey field.void
setMojoClassName(String mojoClassName)
Set the mojoClassName field.void
setProperties(List<PropertyValue> properties)
Set the properties field.
-
-
-
Method Detail
-
addProperty
public void addProperty(PropertyValue propertyValue)
Method addProperty.- Parameters:
propertyValue
- a propertyValue object.
-
getExecutionKey
public String getExecutionKey()
Get the executionKey field.- Returns:
- String
-
getMojoClassName
public String getMojoClassName()
Get the mojoClassName field.- Returns:
- String
-
getProperties
public List<PropertyValue> getProperties()
Method getProperties.- Returns:
- List
-
removeProperty
public void removeProperty(PropertyValue propertyValue)
Method removeProperty.- Parameters:
propertyValue
- a propertyValue object.
-
setExecutionKey
public void setExecutionKey(String executionKey)
Set the executionKey field.- Parameters:
executionKey
- a executionKey object.
-
setMojoClassName
public void setMojoClassName(String mojoClassName)
Set the mojoClassName field.- Parameters:
mojoClassName
- a mojoClassName object.
-
setProperties
public void setProperties(List<PropertyValue> properties)
Set the properties field.- Parameters:
properties
- a properties object.
-
-