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:
  • Constructor Details

    • CompletedExecution

      public CompletedExecution()
  • Method Details

    • 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.