Class ExecuteTaskSupport
java.lang.Object
org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
- All Implemented Interfaces:
ExecuteTask
- Direct Known Subclasses:
AtomExecuteTask
Support for
ExecuteTask
implementations.- Since:
- 0.7
-
Field Details
-
id
-
phase
-
profileId
-
-
Constructor Details
-
ExecuteTaskSupport
public ExecuteTaskSupport()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceExecuteTask
-
setId
-
getPhase
- Specified by:
getPhase
in interfaceExecuteTask
-
setPhase
-
getProfileId
Description copied from interface:ExecuteTask
profile id of the execute task. can benull
then the execute task belongs to project.build- Specified by:
getProfileId
in interfaceExecuteTask
-
setProfileId
-