Class InProvisioning
java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.InProvisioning
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
DefaultInProvisioning
Collects the Kubernetes agents currently in provisioning.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<InProvisioning>
all()
getAllInProvisioning
(Label label) Returns the agents names in provisioning according to all implementations of this extension point for the given label.getInProvisioning
(Label label) Returns the agents in provisioning for the current label.
-
Constructor Details
-
InProvisioning
public InProvisioning()
-
-
Method Details
-
getAllInProvisioning
Returns the agents names in provisioning according to all implementations of this extension point for the given label.- Parameters:
label
- theLabel
being checked.- Returns:
- the agents names in provisioning according to all implementations of this extension point for the given label.
-
all
-
getInProvisioning
Returns the agents in provisioning for the current label.- Parameters:
label
- The label being checked- Returns:
- The agents names in provisioning for the current label.
-