public interface

RunJob

org.rundeck.api.RunJob

Class Overview

Job run request

Summary

Public Methods
abstract String getAsUser()
Specify a user name to run the job as, must have 'runAs' permission
abstract String getJobId()
Identifier of the job - mandatory
abstract Properties getNodeFilters()
Node filters for overriding the nodes on which the job will be executed - optional.
abstract Properties getOptions()
Options of the job - optional.

Public Methods

public abstract String getAsUser ()

Specify a user name to run the job as, must have 'runAs' permission

public abstract String getJobId ()

Identifier of the job - mandatory

public abstract Properties getNodeFilters ()

Node filters for overriding the nodes on which the job will be executed - optional. See NodeFiltersBuilder

public abstract Properties getOptions ()

Options of the job - optional. See OptionsBuilder.