|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
hudson.tasks.CommandInterpreter
hudson.tasks.BatchFile
public class BatchFile
Executes commands by using Windows batch file.
| Nested Class Summary | |
|---|---|
static class |
BatchFile.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
|---|
BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.tasks.CommandInterpreter |
|---|
command |
| Fields inherited from interface hudson.tasks.BuildStep |
|---|
BUILDERS, PUBLISHERS |
| Constructor Summary | |
|---|---|
BatchFile(String command)
|
|
| Method Summary | |
|---|---|
String[] |
buildCommandLine(FilePath script)
|
protected String |
getContents()
|
protected String |
getFileExtension()
|
| Methods inherited from class hudson.tasks.CommandInterpreter |
|---|
createScriptFile, getCommand, perform, perform |
| Methods inherited from class hudson.tasks.Builder |
|---|
all, getDescriptor, getRequiredMonitorService, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
|---|
getProjectAction, getProjectAction, getProjectActions, 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, prebuild |
| Constructor Detail |
|---|
@DataBoundConstructor public BatchFile(String command)
| Method Detail |
|---|
public String[] buildCommandLine(FilePath script)
buildCommandLine in class CommandInterpreterprotected String getContents()
getContents in class CommandInterpreterprotected String getFileExtension()
getFileExtension in class CommandInterpreter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||