public class SideeX
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
SideeX.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
SideeX(BuildDropDownList protocalMenu,
String stateTime,
String testCaseFilePath,
String reportFolderPath) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
BuildDropDownList |
getProtocalMenu() |
String |
getReportFolderPath() |
String |
getReportURL() |
String |
getStateTime() |
String |
getSummarryFormat(net.sf.json.JSONObject object,
int size) |
String |
getTestCaseFilePath() |
Block |
listToBlock(Board board,
List<List<String>> rowsList,
List<List<Integer>> colWidthLength,
String header,
List<Integer> headerWidthLength) |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
ArrayList<String> |
summarryObjectToList(net.sf.json.JSONObject object) |
String[] |
wrapText(String str,
int num) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, perform, perform, prebuild@DataBoundConstructor public SideeX(BuildDropDownList protocalMenu, String stateTime, String testCaseFilePath, String reportFolderPath)
public void perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic BuildDropDownList getProtocalMenu()
public String getTestCaseFilePath()
public String getStateTime()
public String getReportFolderPath()
public String getReportURL()
public String getSummarryFormat(net.sf.json.JSONObject object, int size)
public Block listToBlock(Board board, List<List<String>> rowsList, List<List<Integer>> colWidthLength, String header, List<Integer> headerWidthLength)
Copyright © 2016–2020. All rights reserved.