Class CompletedExecution
java.lang.Object
org.apache.maven.buildcache.xml.build.CompletedExecution
- All Implemented Interfaces:
Serializable
Class CompletedExecution.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(PropertyValue propertyValue) Method addProperty.Get the executionKey field.Get the mojoClassName field.Method getProperties.voidremoveProperty(PropertyValue propertyValue) Method removeProperty.voidsetExecutionKey(String executionKey) Set the executionKey field.voidsetMojoClassName(String mojoClassName) Set the mojoClassName field.voidsetProperties(List<PropertyValue> properties) Set the properties field.
-
Constructor Details
-
CompletedExecution
public CompletedExecution()
-
-
Method Details
-
addProperty
Method addProperty.- Parameters:
propertyValue- a propertyValue object.
-
getExecutionKey
Get the executionKey field.- Returns:
- String
-
getMojoClassName
Get the mojoClassName field.- Returns:
- String
-
getProperties
Method getProperties.- Returns:
- List
-
removeProperty
Method removeProperty.- Parameters:
propertyValue- a propertyValue object.
-
setExecutionKey
Set the executionKey field.- Parameters:
executionKey- a executionKey object.
-
setMojoClassName
Set the mojoClassName field.- Parameters:
mojoClassName- a mojoClassName object.
-
setProperties
Set the properties field.- Parameters:
properties- a properties object.
-