Class NodeConfigSource
- java.lang.Object
-
- org.jenkinsci.plugins.radargun.config.NodeConfigSource
-
- All Implemented Interfaces:
Describable<NodeConfigSource>
- Direct Known Subclasses:
FileNodeConfigSource
,TextNodeConfigSource
public abstract class NodeConfigSource extends Object implements Describable<NodeConfigSource>
Configuration provider for nodes. Contains information on which nodes RG should run and configration of the node, typically environment variables definitions of java properties.- Author:
- vjuranek
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeConfigSource.NodeSourceDescriptor
-
Constructor Summary
Constructors Constructor Description NodeConfigSource()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DescriptorExtensionList<NodeConfigSource,Descriptor<NodeConfigSource>>
all()
Descriptor<NodeConfigSource>
getDescriptor()
abstract NodeList
getNodesList(hudson.remoting.VirtualChannel channel)
-
-
-
Method Detail
-
getNodesList
public abstract NodeList getNodesList(hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getDescriptor
public Descriptor<NodeConfigSource> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<NodeConfigSource>
-
all
public static final DescriptorExtensionList<NodeConfigSource,Descriptor<NodeConfigSource>> all()
-
-