Class InProvisioning

    • Constructor Detail

      • InProvisioning

        public InProvisioning()
    • Method Detail

      • getAllInProvisioning

        @NonNull
        public static Set<String> getAllInProvisioning​(@CheckForNull
                                                       Label label)
        Returns the agents names in provisioning according to all implementations of this extension point for the given label.
        Parameters:
        label - the Label being checked.
        Returns:
        the agents names in provisioning according to all implementations of this extension point for the given label.
      • getInProvisioning

        @NonNull
        public abstract Set<String> getInProvisioning​(Label label)
        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.