public class NonDifferentialHarbormasterTask extends Task
Task.Result| Constructor and Description |
|---|
NonDifferentialHarbormasterTask(Logger logger,
java.lang.String phid,
ConduitAPIClient conduitClient,
hudson.model.Result result,
java.lang.String buildUrl,
boolean sendPartialResults)
Task constructor.
|
| 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 NonDifferentialHarbormasterTask(Logger logger, java.lang.String phid, ConduitAPIClient conduitClient, hudson.model.Result result, java.lang.String buildUrl, boolean sendPartialResults)
logger - The logger where logs go to.phid - Phabricator object IDconduitClient - result - buildUrl - sendPartialResults - Send a 'work' message type instead of 'pass'/'fail' if true.