Package hudson.plugins.label_verifier
Class LabelAtomPropertyImpl
java.lang.Object
hudson.model.AbstractDescribableImpl<LabelAtomProperty>
hudson.model.labels.LabelAtomProperty
hudson.plugins.label_verifier.LabelAtomPropertyImpl
- All Implemented Interfaces:
ExtensionPoint
,Describable<LabelAtomProperty>
Contributes
LabelAtomProperty
that verifies labels.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
verify
(LabelAtom label, Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) Methods inherited from class hudson.model.labels.LabelAtomProperty
all, getActions
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
LabelAtomPropertyImpl
@DataBoundConstructor public LabelAtomPropertyImpl(List<? extends LabelVerifier> verifiers) throws IOException - Throws:
IOException
-
-
Method Details
-
getVerifiers
-
verify
public void verify(LabelAtom label, Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-