public final class GitHubStatusNotificationStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
GitHubStatusNotificationStep.DescriptorImpl |
static class |
GitHubStatusNotificationStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static String |
CREDENTIALS_ID_NOT_EXISTS |
static String |
CREDENTIALS_LOGIN_INVALID |
static String |
INVALID_COMMIT |
static String |
INVALID_REPO |
static String |
NULL_CREDENTIALS_ID |
Constructor and Description |
---|
GitHubStatusNotificationStep(org.kohsuke.github.GHCommitState status,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
String |
getContext() |
String |
getCredentialsId() |
String |
getDescription() |
String |
getGitApiUrl() |
String |
getRepo() |
String |
getSha() |
org.kohsuke.github.GHCommitState |
getStatus() |
String |
getTargetUrl() |
void |
setAccount(String account) |
void |
setContext(String context) |
void |
setCredentialsId(String credentialsId) |
void |
setDescription(String description) |
void |
setGitApiUrl(String gitApiUrl) |
void |
setRepo(String repo) |
void |
setSha(String sha) |
void |
setStatus(org.kohsuke.github.GHCommitState status) |
void |
setTargetUrl(String targetUrl) |
public static final String CREDENTIALS_ID_NOT_EXISTS
public static final String NULL_CREDENTIALS_ID
public static final String CREDENTIALS_LOGIN_INVALID
public static final String INVALID_REPO
public static final String INVALID_COMMIT
@DataBoundConstructor public GitHubStatusNotificationStep(org.kohsuke.github.GHCommitState status, String description)
@DataBoundSetter public void setGitApiUrl(String gitApiUrl)
@DataBoundSetter public void setTargetUrl(String targetUrl)
public void setStatus(org.kohsuke.github.GHCommitState status)
public void setDescription(String description)
@DataBoundSetter public void setContext(String context)
@DataBoundSetter public void setRepo(String repo)
@DataBoundSetter public void setSha(String sha)
@DataBoundSetter public void setAccount(String account)
@DataBoundSetter public void setCredentialsId(String credentialsId)
public org.kohsuke.github.GHCommitState getStatus()
public String getDescription()
public String getContext()
public String getRepo()
public String getSha()
public String getGitApiUrl()
public String getCredentialsId()
public String getAccount()
public String getTargetUrl()
Copyright © 2016–2022. All rights reserved.