public class GhprbUpstreamStatus
extends hudson.tasks.BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
GhprbUpstreamStatus.DescriptorImpl |
Constructor and Description |
---|
GhprbUpstreamStatus(Boolean showMatrixStatus,
String commitStatusContext,
String statusUrl,
String triggeredStatus,
String startedStatus,
Boolean addTestResults,
List<GhprbBuildResultMessage> completedStatus) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAddTestResults() |
String |
getCommitStatusContext() |
List<GhprbBuildResultMessage> |
getCompletedStatus() |
Boolean |
getShowMatrixStatus() |
String |
getStartedStatus() |
String |
getStatusUrl() |
String |
getTriggeredStatus() |
void |
makeBuildVariables(hudson.model.AbstractBuild build,
Map<String,String> variables) |
void |
preCheckout(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public void makeBuildVariables(hudson.model.AbstractBuild build, Map<String,String> variables)
makeBuildVariables
in class hudson.tasks.BuildWrapper
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.BuildWrapper
IOException
InterruptedException
public void preCheckout(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
preCheckout
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
public String getStatusUrl()
public String getCommitStatusContext()
public String getStartedStatus()
public String getTriggeredStatus()
public Boolean getAddTestResults()
public Boolean getShowMatrixStatus()
public List<GhprbBuildResultMessage> getCompletedStatus()
Copyright © 2016. All rights reserved.