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