×
Core object model that are bound to URLs via stapler, rooted at Jenkins . hudson.scm. Jenkins's interface with source code management systems. hudson.security.
Jun 14, 2023 · I am working on a project where I have to grab all the details of a user which I see on mange roles page for an organization including their ...
Missing: security/ | Show results with:security/
public class Hudson extends Jenkins ... Used only for mapping jobs to URL in a case-insensitive fashion. ... Use AccessControlled.checkPermission(hudson.security.
The CSP header sent by Jenkins can be modified by setting the Java system property hudson.model.DirectoryBrowserSupport.CSP : If its value is the empty string, ...
This permission grants access to parts of the Jenkins system configuration. Only features that won't have an impact on Jenkins' overall security and stability ...
This is to map users under the security realm URL. boolean, hasPermission​(Permission permission). Convenient short-cut for getACL().hasPermission(permission).
Basic configuration unit in Hudson. Every Item is hosted in an ItemGroup called "parent", and some Item s are ItemGroup s. This form a tree structure, ...
When Jenkins receives HTTP basic authentication, this hook will validate the username/password pair. ... Takes "username:password" given in the Authorization HTTP ...
Missing: Permission. | Show results with:Permission.
Package hudson.security. Class ... Returns the permission required for user to see this management link on the "Manage Jenkins" page ( ManageJenkinsAction ).
Used to implement getBuildStatusSummary() . static class, Run.Summary. Nested classes/interfaces inherited from interface hudson.ExtensionPoint.