public abstract class ExecuteTaskSupport extends java.lang.Object implements ExecuteTask
ExecuteTask
implementations.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
id |
private java.lang.String |
phase |
private java.lang.String |
profileId |
Constructor and Description |
---|
ExecuteTaskSupport() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.lang.String |
getPhase() |
java.lang.String |
getProfileId()
profile id of the execute task.
|
void |
setId(java.lang.String id) |
void |
setPhase(java.lang.String phase) |
void |
setProfileId(java.lang.String profileId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
private java.lang.String id
private java.lang.String phase
private java.lang.String profileId
public java.lang.String getId()
getId
in interface ExecuteTask
public void setId(java.lang.String id)
public java.lang.String getPhase()
getPhase
in interface ExecuteTask
public void setPhase(java.lang.String phase)
public java.lang.String getProfileId()
ExecuteTask
null
then the execute task belongs to
project.buildgetProfileId
in interface ExecuteTask
public void setProfileId(java.lang.String profileId)