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
clazzFields inherited from interface com.microsoft.jenkins.azuread.AuthorizationPropertyDescriptor
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()doCheckName(Computer computer, String value) booleanbooleannewInstance(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_, isApplicableMethods 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
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
create
- Specified by:
createin interfaceAuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixNodeProperty>
-
getPermissionScope
- Specified by:
getPermissionScopein interfaceAuthorizationContainerDescriptor
-
newInstance
public AzureAdAuthorizationMatrixNodeProperty newInstance(org.kohsuke.stapler.StaplerRequest2 req, @NonNull net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstancein classDescriptor<NodeProperty<?>>- Throws:
Descriptor.FormException
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicablein interfaceAuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixNodeProperty>
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<NodeProperty<?>>
-
isDisableGraphIntegration
public boolean isDisableGraphIntegration() -
doCheckName
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public FormValidation doCheckName(@AncestorInPath Computer computer, @QueryParameter String value)
-