Package com.microsoft.jenkins.azuread
Class AzureAdAuthorizationMatrixNodeProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<P>
hudson.tools.PropertyDescriptor<NodeProperty<?>,Node>
hudson.slaves.NodePropertyDescriptor
com.microsoft.jenkins.azuread.AzureAdAuthorizationMatrixNodeProperty.DescriptorImpl
- All Implemented Interfaces:
AuthorizationContainerDescriptor
,AuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixNodeProperty>
,Saveable
,Loadable
,OnMaster
- Enclosing class:
- AzureAdAuthorizationMatrixNodeProperty
@Extension
@Symbol("azureAdAuthorizationMatrix")
public static class AzureAdAuthorizationMatrixNodeProperty.DescriptorImpl
extends NodePropertyDescriptor
implements AuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixNodeProperty>
-
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
Fields inherited from interface com.microsoft.jenkins.azuread.AuthorizationPropertyDescriptor
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
doCheckName
(Computer computer, String value) boolean
boolean
newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Methods inherited from class hudson.slaves.NodePropertyDescriptor
isApplicableAsGlobal
Methods inherited from class hudson.tools.PropertyDescriptor
for_, for_, isApplicable
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.jenkins.azuread.AuthorizationContainerDescriptor
doCheckName_, entryFor, getAllGroups, getDescription, getTypeLabel, hasAmbiguousEntries, impliedByList, showPermission
Methods inherited from interface com.microsoft.jenkins.azuread.AuthorizationPropertyDescriptor
createNewInstance
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
create
- Specified by:
create
in interfaceAuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixNodeProperty>
-
getPermissionScope
- Specified by:
getPermissionScope
in interfaceAuthorizationContainerDescriptor
-
newInstance
public AzureAdAuthorizationMatrixNodeProperty newInstance(org.kohsuke.stapler.StaplerRequest req, @NonNull net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstance
in classDescriptor<NodeProperty<?>>
- Throws:
Descriptor.FormException
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicable
in interfaceAuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixNodeProperty>
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<NodeProperty<?>>
-
isDisableGraphIntegration
public boolean isDisableGraphIntegration() -
doCheckName
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public FormValidation doCheckName(@AncestorInPath Computer computer, @QueryParameter String value)
-