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

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson

    Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep

    jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
  • Field Summary

    Fields inherited from interface hudson.tasks.BuildStep

    BUILDERS, PUBLISHERS
  • Constructor Summary

    Constructors 
    Constructor Description
    PreflightBuilder​(String clientId, String clientSecret, String testId, String groupId, String environmentId, String platforms, String sizes, boolean captureScreenshots, boolean waitResults)  
  • 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.Builder

    all, getRequiredMonitorService, prebuild

    Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer

    getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface hudson.tasks.BuildStep

    getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild