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, waitexecutepublic String getId()
getId in interface ExecuteTaskpublic void setId(String id)
public String getPhase()
getPhase in interface ExecuteTaskpublic void setPhase(String phase)
public String getProfileId()
ExecuteTasknull then the execute task belongs to
project.buildgetProfileId in interface ExecuteTaskpublic void setProfileId(String profileId)
Copyright © 2025. All rights reserved.