Class ExecutionIdsList
java.lang.Object
org.apache.maven.buildcache.xml.config.CoordinatesBase
org.apache.maven.buildcache.xml.config.ExecutionIdsList
- All Implemented Interfaces:
Serializable
Class ExecutionIdsList.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addExecId.Method getExecIds.voidremoveExecId(String string) Method removeExecId.voidsetExecIds(List<String> execIds) Set execution ids list with plugin identifier.Methods inherited from class org.apache.maven.buildcache.xml.config.CoordinatesBase
getArtifactId, getGroupId, setArtifactId, setGroupId
-
Constructor Details
-
ExecutionIdsList
public ExecutionIdsList()
-
-
Method Details
-
addExecId
Method addExecId.- Parameters:
string- a string object.
-
getExecIds
Method getExecIds.- Returns:
- List
-
removeExecId
Method removeExecId.- Parameters:
string- a string object.
-
setExecIds
Set execution ids list with plugin identifier.- Parameters:
execIds- a execIds object.
-