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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
InProvisioningpublic InProvisioning()
 
- 
- 
Method Details- 
getAllInProvisioningReturns the agents names in provisioning according to all implementations of this extension point for the given label.- Parameters:
- label- the- Labelbeing checked.
- Returns:
- the agents names in provisioning according to all implementations of this extension point for the given label.
 
- 
all
- 
getInProvisioningReturns the agents in provisioning for the current label.- Parameters:
- label- The label being checked
- Returns:
- The agents names in provisioning for the current label.
 
 
-