Package hudson.plugins.build_timeout
Class BuildStepWithTimeout
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
hudson.plugins.build_timeout.BuildStepWithTimeout
- All Implemented Interfaces:
 ExtensionPoint,Describable<Builder>,BuildStep
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS - 
Constructor Summary
ConstructorsConstructorDescriptionBuildStepWithTimeout(BuildStep buildStep, BuildTimeOutStrategy strategy, List<BuildTimeOutOperation> operationList)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) booleanperform(Build<?, ?> build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.tasks.Builder
all, getDescriptor, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, 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, prebuild 
- 
Constructor Details
- 
BuildStepWithTimeout
@DataBoundConstructor public BuildStepWithTimeout(BuildStep buildStep, BuildTimeOutStrategy strategy, List<BuildTimeOutOperation> operationList)  
 - 
 - 
Method Details
- 
getOperationList
 - 
getBuildStep
 - 
perform
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
 performin interfaceBuildStep- Overrides:
 performin classBuildStepCompatibilityLayer- Throws:
 InterruptedExceptionIOException
 - 
perform
public boolean perform(Build<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Overrides:
 performin classBuildStepCompatibilityLayer- Throws:
 InterruptedExceptionIOException
 - 
getStrategy
 - 
getRequiredMonitorService
- Specified by:
 getRequiredMonitorServicein interfaceBuildStep- Overrides:
 getRequiredMonitorServicein classBuilder
 
 -