Uses of Class
org.jenkinsci.plugins.rundeck.domain.RundeckExecution.ExecutionStatus

Packages that use RundeckExecution.ExecutionStatus
org.jenkinsci.plugins.rundeck.domain   
 

Uses of RundeckExecution.ExecutionStatus in org.jenkinsci.plugins.rundeck.domain
 

Methods in org.jenkinsci.plugins.rundeck.domain that return RundeckExecution.ExecutionStatus
 RundeckExecution.ExecutionStatus RundeckExecution.getStatus()
           
static RundeckExecution.ExecutionStatus RundeckExecution.ExecutionStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RundeckExecution.ExecutionStatus[] RundeckExecution.ExecutionStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jenkinsci.plugins.rundeck.domain with parameters of type RundeckExecution.ExecutionStatus
 void RundeckExecution.setStatus(RundeckExecution.ExecutionStatus status)
           
 



Copyright © 2004-2011. All Rights Reserved.