public class SendHarbormasterUriTask extends Task
Task.Result| Constructor and Description |
|---|
SendHarbormasterUriTask(Logger logger,
DifferentialClient diffClient,
java.lang.String phid,
java.lang.String buildUri) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute()
Executes the task workflow.
|
protected java.lang.String |
getTag()
Gets the task's tag.
|
protected void |
setup()
Sets up the environment before task execution.
|
protected void |
tearDown()
Tears down after task execution.
|
info, printStackTrace, runpublic SendHarbormasterUriTask(Logger logger, DifferentialClient diffClient, java.lang.String phid, java.lang.String buildUri)
protected java.lang.String getTag()
Taskprotected void setup()
Taskprotected void execute()
Task