Uses of Class
org.jvnet.hudson.test.MockAuthorizationStrategy.Grant.GrantOn
-
Uses of MockAuthorizationStrategy.Grant.GrantOn in org.jvnet.hudson.test
Modifier and TypeMethodDescriptionMockAuthorizationStrategy.Grant.everywhere()
Everywhere in Jenkins.MockAuthorizationStrategy.Grant.onFolders
(hudson.model.ItemGroup<?>... folders) On some item groups, typically folders.MockAuthorizationStrategy.Grant.onItems
(hudson.model.Item... items) On some items such as jobs.On some item path expressions.MockAuthorizationStrategy.Grant.onRoot()
OnJenkins
itself, but not any child objects.