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 classSonargraphBuild.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 SonargraphBuildforEnvironment(hudson.EnvVars environment)SonargraphBuildforNode(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:
forNodein interfacehudson.slaves.NodeSpecific<SonargraphBuild>- Throws:
IOExceptionInterruptedException
-
forEnvironment
public SonargraphBuild forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironmentin interfacehudson.model.EnvironmentSpecific<SonargraphBuild>
-
-