Class ExecuteTaskSupport
- java.lang.Object
-
- org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
-
- All Implemented Interfaces:
ExecuteTask
- Direct Known Subclasses:
AtomExecuteTask
public abstract class ExecuteTaskSupport extends java.lang.Object implements ExecuteTask
Support forExecuteTaskimplementations.- Since:
- 0.7
-
-
Constructor Summary
Constructors Constructor Description ExecuteTaskSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetPhase()java.lang.StringgetProfileId()profile id of the execute task.voidsetId(java.lang.String id)voidsetPhase(java.lang.String phase)voidsetProfileId(java.lang.String profileId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonatype.maven.polyglot.execute.ExecuteTask
execute
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceExecuteTask
-
setId
public void setId(java.lang.String id)
-
getPhase
public java.lang.String getPhase()
- Specified by:
getPhasein interfaceExecuteTask
-
setPhase
public void setPhase(java.lang.String phase)
-
getProfileId
public java.lang.String getProfileId()
Description copied from interface:ExecuteTaskprofile id of the execute task. can benullthen the execute task belongs to project.build- Specified by:
getProfileIdin interfaceExecuteTask
-
setProfileId
public void setProfileId(java.lang.String profileId)
-
-