| Package | Description |
|---|---|
| org.jvnet.hudson.test |
Test harness for Jenkins and its plugins.
|
| Modifier and Type | Method and Description |
|---|---|
MockAuthorizationStrategy.Grant.GrantOn |
MockAuthorizationStrategy.Grant.everywhere()
Everywhere in Jenkins.
|
MockAuthorizationStrategy.Grant.GrantOn |
MockAuthorizationStrategy.Grant.onFolders(hudson.model.ItemGroup<?>... folders)
On some item groups, typically folders.
|
MockAuthorizationStrategy.Grant.GrantOn |
MockAuthorizationStrategy.Grant.onItems(hudson.model.Item... items)
On some items such as jobs.
|
MockAuthorizationStrategy.Grant.GrantOn |
MockAuthorizationStrategy.Grant.onPaths(String... pathRegexps)
On some item path expressions.
|
MockAuthorizationStrategy.Grant.GrantOn |
MockAuthorizationStrategy.Grant.onRoot()
On
Jenkins itself, but not any child objects. |
Copyright © 2004–2019. All rights reserved.