Cloud.java (jenkins-jenkins-2.280) | : | Cloud.java (jenkins-jenkins-2.281) | ||
---|---|---|---|---|
skipping to change at line 257 | skipping to change at line 257 | |||
* Permission constant to control mutation operations on {@link Cloud}. | * Permission constant to control mutation operations on {@link Cloud}. | |||
* | * | |||
* This includes provisioning a new node, as well as removing it. | * This includes provisioning a new node, as well as removing it. | |||
*/ | */ | |||
public static final Permission PROVISION = new Permission( | public static final Permission PROVISION = new Permission( | |||
Computer.PERMISSIONS, "Provision", Messages._Cloud_ProvisionPermissi on_Description(), Jenkins.ADMINISTER, PERMISSION_SCOPE | Computer.PERMISSIONS, "Provision", Messages._Cloud_ProvisionPermissi on_Description(), Jenkins.ADMINISTER, PERMISSION_SCOPE | |||
); | ); | |||
/** | /** | |||
* Parameter object for {@link hudson.slaves.Cloud}. | * Parameter object for {@link hudson.slaves.Cloud}. | |||
* @since TODO | * @since 2.259 | |||
*/ | */ | |||
public static final class CloudState { | public static final class CloudState { | |||
/** | /** | |||
* The label under consideration. | * The label under consideration. | |||
*/ | */ | |||
@CheckForNull | @CheckForNull | |||
private final Label label; | private final Label label; | |||
/** | /** | |||
* The additional planned capacity for this {@link #label} and provision ed by previous strategies during the | * The additional planned capacity for this {@link #label} and provision ed by previous strategies during the | |||
* current updating of the {@link NodeProvisioner}. | * current updating of the {@link NodeProvisioner}. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |