public class LabelAtomPropertyImpl
extends hudson.model.labels.LabelAtomProperty
LabelAtomProperty that verifies labels.| Modifier and Type | Class and Description |
|---|---|
static class |
LabelAtomPropertyImpl.DescriptorImpl |
| Constructor and Description |
|---|
LabelAtomPropertyImpl(List<? extends LabelVerifier> verifiers) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.DescribableList<LabelVerifier,LabelVerifierDescriptor> |
getVerifiers() |
void |
verify(hudson.model.labels.LabelAtom label,
hudson.model.Computer c,
hudson.remoting.Channel channel,
hudson.FilePath root,
hudson.model.TaskListener listener) |
@DataBoundConstructor public LabelAtomPropertyImpl(List<? extends LabelVerifier> verifiers) throws IOException
IOExceptionpublic hudson.util.DescribableList<LabelVerifier,LabelVerifierDescriptor> getVerifiers()
public void verify(hudson.model.labels.LabelAtom label,
hudson.model.Computer c,
hudson.remoting.Channel channel,
hudson.FilePath root,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.