Class SonargraphBuild
java.lang.Object
hudson.tools.ToolInstallation
com.hello2morrow.sonargraph.integration.jenkins.tool.SonargraphBuild
- All Implemented Interfaces:
ExtensionPoint,Describable<ToolInstallation>,EnvironmentSpecific<SonargraphBuild>,NodeSpecific<SonargraphBuild>,Serializable
public class SonargraphBuild
extends ToolInstallation
implements NodeSpecific<SonargraphBuild>, EnvironmentSpecific<SonargraphBuild>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tools.ToolInstallation
ToolInstallation.ToolConverterNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionSonargraphBuild(String name, String home) SonargraphBuild(String name, String home, List<? extends ToolProperty<?>> properties) -
Method Summary
Modifier and TypeMethodDescriptionforEnvironment(EnvVars environment) forNode(Node node, TaskListener log) Methods inherited from class hudson.tools.ToolInstallation
all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
SonargraphBuild
-
SonargraphBuild
@DataBoundConstructor public SonargraphBuild(String name, String home, List<? extends ToolProperty<?>> properties)
-
-
Method Details
-
forNode
@NonNull public SonargraphBuild forNode(@NonNull Node node, TaskListener log) throws IOException, InterruptedException - Specified by:
forNodein interfaceNodeSpecific<SonargraphBuild>- Throws:
IOExceptionInterruptedException
-
forEnvironment
- Specified by:
forEnvironmentin interfaceEnvironmentSpecific<SonargraphBuild>
-