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