hudson.plugins.powershell
Class PowerShell
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
hudson.tasks.CommandInterpreter
hudson.plugins.powershell.PowerShell
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep
public class PowerShell
- extends hudson.tasks.CommandInterpreter
Invokes Windows power shell from Hudson.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.tasks.CommandInterpreter |
command |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Constructor Summary |
PowerShell(java.lang.String command)
|
| Methods inherited from class hudson.tasks.CommandInterpreter |
getCommand, perform, perform |
| Methods inherited from class hudson.tasks.Builder |
all, getDescriptor, getProjectAction, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectAction, 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, prebuild |
PowerShell
@DataBoundConstructor
public PowerShell(java.lang.String command)
getFileExtension
protected java.lang.String getFileExtension()
- Specified by:
getFileExtension in class hudson.tasks.CommandInterpreter
buildCommandLine
protected java.lang.String[] buildCommandLine(hudson.FilePath script)
- Specified by:
buildCommandLine in class hudson.tasks.CommandInterpreter
getContents
protected java.lang.String getContents()
- Specified by:
getContents in class hudson.tasks.CommandInterpreter
Copyright © 2009. All Rights Reserved.