Package com.microsoft.jenkins.azuread
Class AuthorizationMatrixNodeProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<P>
hudson.tools.PropertyDescriptor<NodeProperty<?>,Node>
hudson.slaves.NodePropertyDescriptor
com.microsoft.jenkins.azuread.AuthorizationMatrixNodeProperty.DescriptorImpl
- All Implemented Interfaces:
AuthorizationContainerDescriptor,AuthorizationPropertyDescriptor<AuthorizationMatrixNodeProperty>,Saveable,Loadable,OnMaster
- Enclosing class:
- AuthorizationMatrixNodeProperty
@Extension
public static class AuthorizationMatrixNodeProperty.DescriptorImpl
extends NodePropertyDescriptor
implements AuthorizationPropertyDescriptor<AuthorizationMatrixNodeProperty>
-
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 com.microsoft.jenkins.azuread.AuthorizationPropertyDescriptor
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()doCheckName(Computer computer, String value) booleanisApplicable(Class<? extends Node> node) newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Methods inherited from class hudson.slaves.NodePropertyDescriptor
isApplicableAsGlobalMethods inherited from class hudson.tools.PropertyDescriptor
for_, for_Methods 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, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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 com.microsoft.jenkins.azuread.AuthorizationContainerDescriptor
doCheckName_, entryFor, getAllGroups, getDescription, getTypeLabel, hasAmbiguousEntries, impliedByList, showPermissionMethods inherited from interface com.microsoft.jenkins.azuread.AuthorizationPropertyDescriptor
createNewInstance, isApplicable
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
create
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public AuthorizationMatrixNodeProperty create()- Specified by:
createin interfaceAuthorizationPropertyDescriptor<AuthorizationMatrixNodeProperty>
-
getPermissionScope
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public PermissionScope getPermissionScope()- Specified by:
getPermissionScopein interfaceAuthorizationContainerDescriptor
-
newInstance
public AuthorizationMatrixNodeProperty newInstance(org.kohsuke.stapler.StaplerRequest2 req, @NonNull net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstancein classDescriptor<NodeProperty<?>>- Throws:
Descriptor.FormException
-
isApplicable
- Overrides:
isApplicablein classPropertyDescriptor<NodeProperty<?>,Node>
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<NodeProperty<?>>
-
doCheckName
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public FormValidation doCheckName(@AncestorInPath Computer computer, @QueryParameter String value)
-