Class ExecutionIdsList
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.CoordinatesBase
-
- org.apache.maven.buildcache.xml.config.ExecutionIdsList
-
- All Implemented Interfaces:
Serializable
public class ExecutionIdsList extends CoordinatesBase implements Serializable
Class ExecutionIdsList.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionIdsList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExecId(String string)
Method addExecId.List<String>
getExecIds()
Method getExecIds.void
removeExecId(String string)
Method removeExecId.void
setExecIds(List<String> execIds)
Set executions ids list with plugin identifier.-
Methods inherited from class org.apache.maven.buildcache.xml.config.CoordinatesBase
getArtifactId, getGroupId, setArtifactId, setGroupId
-
-