public class ChlAutoActionStep
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ChlAutoActionStep.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
ChlAutoActionStep() |
ChlAutoActionStep(String content,
String browserString,
Boolean runScriptOnly,
String rootPath,
String libPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserString() |
String |
getContent() |
String |
getLibPath() |
String |
getRootPath() |
Boolean |
getRunScriptOnly() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic String getContent()
public String getBrowserString()
public Boolean getRunScriptOnly()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic String getRootPath()
public String getLibPath()
Copyright © 2016–2019. All rights reserved.