Class MavenInvokerRecorder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
org.jenkinsci.plugins.maveninvoker.MavenInvokerRecorder
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep,SimpleBuildStep
- Author:
- Olivier Lamy
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final MavenInvokerRecorder.DescriptorImplDeprecated.static final StringFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionMavenInvokerRecorder(String reportsFilenamePattern) Deprecated.MavenInvokerRecorder(String reportsFilenamePattern, String invokerBuildDir) -
Method Summary
Modifier and TypeMethodDescriptionvoidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, PipelineDetails pipelineDetails) voidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, org.jenkinsci.plugins.workflow.graph.FlowNode flowNode) protected ObjectMethods inherited from class hudson.tasks.Recorder
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Field Details
-
DESCRIPTOR
-
STORAGE_DIRECTORY
- See Also:
-
filenamePattern
Deprecated. -
DEFAULT_REPORTS_FILENAME_PATTERN
- See Also:
-
reportsFilenamePattern
-
DEFAULT_INVOKER_BUILD_DIR
- See Also:
-
invokerBuildDir
-
-
Constructor Details
-
MavenInvokerRecorder
Deprecated. -
MavenInvokerRecorder
-
-
Method Details
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorServicein interfaceBuildStep
-
perform
public void perform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException- Specified by:
performin interfaceSimpleBuildStep- Throws:
InterruptedExceptionIOException
-
perform
public void perform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, org.jenkinsci.plugins.workflow.graph.FlowNode flowNode) throws InterruptedException, IOException- Throws:
InterruptedExceptionIOException
-
perform
public void perform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, PipelineDetails pipelineDetails) throws InterruptedException, IOException- Throws:
InterruptedExceptionIOException
-
readResolve
-