public class InvokeCommandWinRMOperation extends WinRMOperation implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | InvokeCommandWinRMOperation.DescriptorImpl | 
| Constructor and Description | 
|---|
| InvokeCommandWinRMOperation(String command) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCommand() | 
| boolean | runOperation(hudson.model.Run<?,?> run,
            hudson.FilePath buildWorkspace,
            hudson.Launcher launcher,
            hudson.model.TaskListener listener,
            String hostName,
            String userName,
            String password) | 
@DataBoundConstructor public InvokeCommandWinRMOperation(String command)
public String getCommand()
public boolean runOperation(hudson.model.Run<?,?> run,
                   hudson.FilePath buildWorkspace,
                   hudson.Launcher launcher,
                   hudson.model.TaskListener listener,
                   String hostName,
                   String userName,
                   String password)
runOperation in class WinRMOperationCopyright © 2016–2017. All rights reserved.