Package org.jvnet.hudson.test
Class MockAuthorizationStrategy.Grant.GrantOn
java.lang.Object
org.jvnet.hudson.test.MockAuthorizationStrategy.Grant.GrantOn
- Enclosing class:
- MockAuthorizationStrategy.Grant
A grant of some permissions in certain places.
You must proceed to specify to whom the grant is made.
-
Method Summary
Modifier and TypeMethodDescriptionto
(hudson.model.User... users) To some users.To some users or groups.To all authenticated users.To everyone, including anonymous users.
-
Method Details
-
to
To some users or groups. -
to
To some users. -
toEveryone
To everyone, including anonymous users. -
toAuthenticated
To all authenticated users.
-