public static final class GitStatusWrapperStep.ExecutionImpl
extends org.jenkinsci.plugins.workflow.steps.StepExecution
Modifier and Type | Field and Description |
---|---|
org.kohsuke.github.GHCommit |
commit |
hudson.model.TaskListener |
listener |
org.kohsuke.github.GHRepository |
repository |
static String |
UNABLE_TO_INFER_COMMIT |
hudson.FilePath |
workspace |
Modifier | Constructor and Description |
---|---|
protected |
ExecutionImpl(org.jenkinsci.plugins.workflow.steps.StepContext context,
GitStatusWrapperStep step) |
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
String |
getCredentialsId() |
String |
getRepo() |
String |
getSha() |
String |
getTargetUrl() |
void |
setStatus(org.kohsuke.github.GHCommitState state) |
boolean |
start() |
void |
stop(Throwable cause) |
public static final String UNABLE_TO_INFER_COMMIT
public transient org.kohsuke.github.GHRepository repository
public transient org.kohsuke.github.GHCommit commit
public transient hudson.model.TaskListener listener
public transient hudson.FilePath workspace
protected ExecutionImpl(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, GitStatusWrapperStep step)
public boolean start() throws Exception
start
in class org.jenkinsci.plugins.workflow.steps.StepExecution
Exception
public void setStatus(org.kohsuke.github.GHCommitState state) throws IOException
IOException
public String getCredentialsId()
public String getRepo() throws IOException
IOException
public String getSha()
public String getTargetUrl()
public String getAccount() throws IOException
IOException
Copyright © 2016–2019. All rights reserved.