Uses of Class
org.jenkinsci.plugins.matrixauth.AuthorizationProperty.DslEntry
Packages that use AuthorizationProperty.DslEntry
Package
Description
-
Uses of AuthorizationProperty.DslEntry in com.cloudbees.hudson.plugins.folder.properties
Methods in com.cloudbees.hudson.plugins.folder.properties that return types with arguments of type AuthorizationProperty.DslEntryConstructor parameters in com.cloudbees.hudson.plugins.folder.properties with type arguments of type AuthorizationProperty.DslEntryModifierConstructorDescriptionExists for reflective Job DSL / Pipeline use only. -
Uses of AuthorizationProperty.DslEntry in hudson.security
Methods in hudson.security that return types with arguments of type AuthorizationProperty.DslEntryConstructor parameters in hudson.security with type arguments of type AuthorizationProperty.DslEntryModifierConstructorDescriptionExists for reflective Job DSL / Pipeline use only. -
Uses of AuthorizationProperty.DslEntry in org.jenkinsci.plugins.matrixauth
Subclasses of AuthorizationProperty.DslEntry in org.jenkinsci.plugins.matrixauthModifier and TypeClassDescriptionstatic classRepresents a group being assigned permissions.static classRepresents a user being assigned permissions.static classRepresents a user or group being assigned permissions.Methods in org.jenkinsci.plugins.matrixauth that return types with arguments of type AuthorizationProperty.DslEntryModifier and TypeMethodDescriptionAuthorizationProperty.DslEntry.getDescriptor()default List<AuthorizationProperty.DslEntry>AuthorizationProperty.getEntries()Getter supporting nicer DSL syntax for Job DSL and Pipeline job property definitions.Methods in org.jenkinsci.plugins.matrixauth with parameters of type AuthorizationProperty.DslEntryModifier and TypeMethodDescriptionintAuthorizationProperty.DslEntry.compareTo(AuthorizationProperty.DslEntry that) Method parameters in org.jenkinsci.plugins.matrixauth with type arguments of type AuthorizationProperty.DslEntryModifier and TypeMethodDescriptiondefault voidAuthorizationProperty.setEntries(List<AuthorizationProperty.DslEntry> entries) Set entries from DSL in Job DSL or Pipeline plugins.