Package hudson.security
Class AuthorizationMatrixProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<JobProperty<?>>
hudson.model.JobPropertyDescriptor
hudson.security.AuthorizationMatrixProperty.DescriptorImpl
- All Implemented Interfaces:
Saveable,Loadable,OnMaster,AuthorizationContainerDescriptor,AuthorizationPropertyDescriptor<AuthorizationMatrixProperty>
- Enclosing class:
- AuthorizationMatrixProperty
@Extension
@Symbol("authorizationMatrix")
public static class AuthorizationMatrixProperty.DescriptorImpl
extends JobPropertyDescriptor
implements AuthorizationPropertyDescriptor<AuthorizationMatrixProperty>
-
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
clazzFields inherited from interface org.jenkinsci.plugins.matrixauth.AuthorizationPropertyDescriptor
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()doCheckName(Job<?, ?> project, String value) booleanisApplicable(Class<? extends Job> jobType) JobProperty<?>newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Methods inherited from class hudson.model.JobPropertyDescriptor
all, getPropertyDescriptors, newInstanceMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.plugins.matrixauth.AuthorizationContainerDescriptor
doCheckName_, entryFor, getAllGroups, getDescription, getTypeLabel, hasAmbiguousEntries, impliedByList, showPermissionMethods inherited from interface org.jenkinsci.plugins.matrixauth.AuthorizationPropertyDescriptor
createNewInstance, isApplicable
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
create
- Specified by:
createin interfaceAuthorizationPropertyDescriptor<AuthorizationMatrixProperty>
-
getPermissionScope
- Specified by:
getPermissionScopein interfaceAuthorizationContainerDescriptor
-
newInstance
public JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstancein classJobPropertyDescriptor- Throws:
Descriptor.FormException
-
isApplicable
- Overrides:
isApplicablein classJobPropertyDescriptor
-
doCheckName
@GET public FormValidation doCheckName(@AncestorInPath Job<?, ?> project, @QueryParameter String value)
-