public class

RunAdhocCommandBuilder

extends Object
java.lang.Object
   ↳ org.rundeck.api.RunAdhocCommandBuilder

Class Overview

Builder for adhoc command request

Summary

Public Constructors
RunAdhocCommandBuilder()
Public Methods
RunAdhocCommand build()
static RunAdhocCommandBuilder builder()
RunAdhocCommandBuilder setAsUser(String asUser)
RunAdhocCommandBuilder setCommand(String commandString)
RunAdhocCommandBuilder setNodeFilters(Properties nodeFilters)
RunAdhocCommandBuilder setNodeKeepgoing(Boolean nodeKeepgoing)
RunAdhocCommandBuilder setNodeThreadcount(Integer nodeThreadcount)
RunAdhocCommandBuilder setProject(String project)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RunAdhocCommandBuilder ()

Public Methods

public RunAdhocCommand build ()

public static RunAdhocCommandBuilder builder ()

public RunAdhocCommandBuilder setAsUser (String asUser)

public RunAdhocCommandBuilder setCommand (String commandString)

public RunAdhocCommandBuilder setNodeFilters (Properties nodeFilters)

public RunAdhocCommandBuilder setNodeKeepgoing (Boolean nodeKeepgoing)

public RunAdhocCommandBuilder setNodeThreadcount (Integer nodeThreadcount)

public RunAdhocCommandBuilder setProject (String project)