Class PostbuildTask
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.plugins.postbuildtask.PostbuildTask
- All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionPostbuildTask(TaskProperties... tasks) PostbuildTask(Collection<TaskProperties> tasks) -
Method Summary
Modifier and TypeMethodDescriptionThis method will return the taskProperties foe the specified logTextgetTasks()This method will return all the tasksbooleanperform(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class Recorder
getDescriptorMethods inherited from class Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
PostbuildTask
-
PostbuildTask
-
-
Method Details
-
getAllTasks
This method will return the taskProperties foe the specified logText- Returns:
- all the tasks.
-
getTasks
This method will return all the tasks- Returns:
- all the tasks.
-
getRequiredMonitorService
-
perform
public boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException - Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer- Throws:
InterruptedExceptionIOException
-