@Extension
public static final class GitHubStatusNotificationStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
context |
static String |
gitApiUrl |
static String |
targetUrl |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckRepo(String credentialsId,
String repo,
String account,
String gitApiUrl,
hudson.model.Item context) |
hudson.util.FormValidation |
doCheckSha(String credentialsId,
String repo,
String sha,
String account,
String gitApiUrl,
hudson.model.Item context) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item project) |
hudson.util.ListBoxModel |
doFillStatusItems() |
hudson.util.FormValidation |
doTestConnection(String credentialsId,
String gitApiUrl,
hudson.model.Item context) |
String |
getDisplayName() |
String |
getFunctionName() |
getExecutionType, getRequiredContextall, checkContextAvailability, defineArguments, getProvidedContext, isAdvanced, newInstance, takesImplicitBlockArgumentaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String gitApiUrl
public static final String targetUrl
public static final String context
public String getFunctionName()
getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item project)
public hudson.util.ListBoxModel doFillStatusItems()
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="gitApiUrl")
String gitApiUrl,
@AncestorInPath
hudson.model.Item context)
public hudson.util.FormValidation doCheckRepo(@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="repo")
String repo,
@QueryParameter(value="account")
String account,
@QueryParameter(value="gitApiUrl")
String gitApiUrl,
@AncestorInPath
hudson.model.Item context)
public hudson.util.FormValidation doCheckSha(@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="repo")
String repo,
@QueryParameter(value="sha")
String sha,
@QueryParameter(value="account")
String account,
@QueryParameter(value="gitApiUrl")
String gitApiUrl,
@AncestorInPath
hudson.model.Item context)
Copyright © 2016–2018. All rights reserved.