public static final class GitStatusWrapperStep.ExecutionImpl
extends org.jenkinsci.plugins.workflow.steps.StepExecution
| Modifier and Type | Field and Description |
|---|---|
org.kohsuke.github.GHCommit |
_commit |
org.kohsuke.github.GHRepository |
_repository |
static String |
UNABLE_TO_INFER_COMMIT |
| 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() |
org.kohsuke.github.GHRepository |
repository() |
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
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.StepExecutionExceptionpublic void setStatus(org.kohsuke.github.GHCommitState state)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic org.kohsuke.github.GHRepository repository()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic String getCredentialsId() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String getRepo() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String getSha() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String getTargetUrl() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String getAccount() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.