public class Roles extends Object
Role
s in Jenkins.
In Jenkins, there is really only one interesting role, which is the Jenkins master. Agents, CLI, and Maven processes are all going to load classes from the master, which means it accepts anything that the master asks for, and thus they need not have any role.
public static final org.jenkinsci.remoting.Role MASTER
public static final org.jenkinsci.remoting.Role SLAVE
Role.UNKNOWN
)Copyright © 2004–2019. All rights reserved.