com.elasticbox.jenkins
Class ElasticBoxLabelFinder
java.lang.Object
hudson.model.LabelFinder
com.elasticbox.jenkins.ElasticBoxLabelFinder
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class ElasticBoxLabelFinder
- extends hudson.model.LabelFinder
- Author:
- Phong Nguyen Le
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
Collection<hudson.model.labels.LabelAtom> |
findLabels(hudson.model.Node node)
|
static hudson.model.labels.LabelAtom |
getLabel(String profileId,
boolean singleUse)
|
| Methods inherited from class hudson.model.LabelFinder |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLE_USE_PREFIX
public static final String SINGLE_USE_PREFIX
- See Also:
- Constant Field Values
REUSE_PREFIX
public static final String REUSE_PREFIX
- See Also:
- Constant Field Values
INSTANCE
public static final ElasticBoxLabelFinder INSTANCE
ElasticBoxLabelFinder
public ElasticBoxLabelFinder()
getLabel
public static final hudson.model.labels.LabelAtom getLabel(String profileId,
boolean singleUse)
findLabels
public Collection<hudson.model.labels.LabelAtom> findLabels(hudson.model.Node node)
- Specified by:
findLabels in class hudson.model.LabelFinder
Copyright © 2004-2014. All Rights Reserved.