public class PhabricatorBuildWrapper
extends hudson.tasks.BuildWrapper
| Constructor and Description |
|---|
PhabricatorBuildWrapper(boolean createCommit,
boolean applyToMaster,
boolean uberDotArcanist) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArcPath()
Return the path to the arcanist executable
|
String |
getConduitToken() |
PhabricatorBuildWrapperDescriptor |
getDescriptor() |
String |
getPhabricatorURL() |
boolean |
isApplyToMaster() |
boolean |
isCreateCommit()
This is used in config.jelly to populate the state of the checkbox
|
boolean |
isUberDotArcanist() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor
public PhabricatorBuildWrapper(boolean createCommit,
boolean applyToMaster,
boolean uberDotArcanist)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic boolean isCreateCommit()
public boolean isApplyToMaster()
public boolean isUberDotArcanist()
public String getPhabricatorURL()
public String getConduitToken()
public String getArcPath()
public PhabricatorBuildWrapperDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2004-2015. All Rights Reserved.