public abstract class InProvisioning extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
InProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<InProvisioning> |
all() |
static Set<String> |
getAllInProvisioning(hudson.model.Label label)
Returns the agents names in provisioning according to all implementations of this extension point for the given label.
|
abstract Set<String> |
getInProvisioning(hudson.model.Label label)
Returns the agents in provisioning for the current label.
|
@Nonnull public static Set<String> getAllInProvisioning(@CheckForNull hudson.model.Label label)
label - the Label being checked.public static hudson.ExtensionList<InProvisioning> all()
Copyright © 2016–2018. All rights reserved.