@Extension public static final class GitHubStatusNotificationStep.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Modifier and Type | Field and Description |
---|---|
static String |
context |
static String |
gitApiUrl |
static String |
targetUrl |
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckRepo(String credentialsId,
String repo,
String account,
String gitApiUrl,
Item context) |
FormValidation |
doCheckSha(String credentialsId,
String repo,
String sha,
String account,
String gitApiUrl,
Item context) |
ListBoxModel |
doFillCredentialsIdItems(Item project) |
ListBoxModel |
doFillStatusItems() |
FormValidation |
doTestConnection(String credentialsId,
String gitApiUrl,
Item context) |
String |
getDisplayName() |
String |
getFunctionName() |
getExecutionType, getRequiredContext
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public 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.StepDescriptor
public String getDisplayName()
getDisplayName
in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item project)
public ListBoxModel doFillStatusItems()
public FormValidation doTestConnection(@QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="gitApiUrl") String gitApiUrl, @AncestorInPath Item context)
public FormValidation doCheckRepo(@QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="repo") String repo, @QueryParameter(value="account") String account, @QueryParameter(value="gitApiUrl") String gitApiUrl, @AncestorInPath Item context)
public 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 Item context)
Copyright © 2016–2022. All rights reserved.