Package hudson.plugins.createfingerprint
Class CreateFingerprint
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Builder
-
- hudson.plugins.createfingerprint.CreateFingerprint
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
public class CreateFingerprint extends Builder
Create a fingerprint during the build process instead of waiting for a build to complete. This is useful when using plug-ins Join to trigger other jobs in the build process- Author:
- Marc Sanfacon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateFingerprint.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description CreateFingerprint(String targets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTargets()
boolean
perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
-
Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuild
-
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
-
-
-
Constructor Detail
-
CreateFingerprint
@DataBoundConstructor public CreateFingerprint(String targets)
-
-
Method Detail
-
getTargets
public String getTargets()
-
perform
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
- Specified by:
perform
in interfaceBuildStep
- Overrides:
perform
in classBuildStepCompatibilityLayer
- Throws:
InterruptedException
IOException
-
-