Package org.jenkinsci.plugins.codedx
Class CodeDxPublisher.NamedProject.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<CodeDxPublisher.ProjectSelection>
-
- org.jenkinsci.plugins.codedx.CodeDxPublisher.ProjectSelectionDescriptor
-
- org.jenkinsci.plugins.codedx.CodeDxPublisher.NamedProject.DescriptorImpl
-
- Enclosing class:
- CodeDxPublisher.NamedProject
@Extension public static final class CodeDxPublisher.NamedProject.DescriptorImpl extends CodeDxPublisher.ProjectSelectionDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidationdoCheckProjectName(String url, String selfSignedCertificateFingerprint, String keyCredentialId, String value, Item item)StringgetDisplayName()-
Methods inherited from class hudson.model.Descriptor
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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getDisplayName
@Nonnull public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<CodeDxPublisher.ProjectSelection>
-
doCheckProjectName
@POST public FormValidation doCheckProjectName(@RelativePath("..") @QueryParameter String url, @RelativePath("..") @QueryParameter String selfSignedCertificateFingerprint, @RelativePath("..") @QueryParameter String keyCredentialId, @QueryParameter String value, @AncestorInPath Item item) throws IOException
- Throws:
IOException
-
-