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, waitexecuteprivate java.lang.String id
private java.lang.String phase
private java.lang.String profileId
public java.lang.String getId()
getId in interface ExecuteTaskpublic void setId(java.lang.String id)
public java.lang.String getPhase()
getPhase in interface ExecuteTaskpublic void setPhase(java.lang.String phase)
public java.lang.String getProfileId()
ExecuteTasknull then the execute task belongs to
project.buildgetProfileId in interface ExecuteTaskpublic void setProfileId(java.lang.String profileId)