Class SonargraphBuild
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- com.hello2morrow.sonargraph.integration.jenkins.tool.SonargraphBuild
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<hudson.tools.ToolInstallation>
,hudson.model.EnvironmentSpecific<SonargraphBuild>
,hudson.slaves.NodeSpecific<SonargraphBuild>
,Serializable
public class SonargraphBuild extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<SonargraphBuild>, hudson.model.EnvironmentSpecific<SonargraphBuild>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SonargraphBuild.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description SonargraphBuild(String name, String home)
SonargraphBuild(String name, String home, List<? extends hudson.tools.ToolProperty<?>> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SonargraphBuild
forEnvironment(hudson.EnvVars environment)
SonargraphBuild
forNode(hudson.model.Node node, hudson.model.TaskListener log)
-
-
-
Method Detail
-
forNode
public SonargraphBuild forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
- Specified by:
forNode
in interfacehudson.slaves.NodeSpecific<SonargraphBuild>
- Throws:
IOException
InterruptedException
-
forEnvironment
public SonargraphBuild forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironment
in interfacehudson.model.EnvironmentSpecific<SonargraphBuild>
-
-