Package io.jenkins.plugins
Class PreflightBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
io.jenkins.plugins.PreflightBuilder
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<hudson.tasks.Builder>
,hudson.tasks.BuildStep
,jenkins.tasks.SimpleBuildStep
public class PreflightBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreflightBuilder.DescriptorImpl
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
Execute()
boolean
getCaptureScreenshots()
String
getClientId()
hudson.util.Secret
getClientSecret()
PreflightBuilder.DescriptorImpl
getDescriptor()
String
getEnvironmentId()
String
getGroupId()
String
getPlatforms()
String
getSizes()
String
getTestId()
boolean
getWaitResults()
void
perform(hudson.model.Run<?,?> build, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener)
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
-
Constructor Details
-
Method Details
-
getClientId
-
getClientSecret
public hudson.util.Secret getClientSecret() -
getTestId
-
getGroupId
-
getEnvironmentId
-
getPlatforms
-
getSizes
-
getCaptureScreenshots
public boolean getCaptureScreenshots() -
getWaitResults
public boolean getWaitResults() -
perform
public void perform(hudson.model.Run<?,?> build, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException- Specified by:
perform
in interfacejenkins.tasks.SimpleBuildStep
- Throws:
InterruptedException
IOException
-
Execute
- Throws:
Exception
-
getDescriptor
- Specified by:
getDescriptor
in interfacehudson.model.Describable<hudson.tasks.Builder>
- Overrides:
getDescriptor
in classhudson.tasks.Builder
-