public interface RundeckManager
| Modifier and Type | Method and Description |
|---|---|
org.rundeck.client.api.model.AbortResult |
abortExecution(String id) |
org.rundeck.client.api.model.JobItem |
findJob(String project,
String name,
String groupPath) |
String |
findJobId(String project,
String name,
String groupPath) |
org.rundeck.client.api.model.Execution |
getExecution(String id) |
org.rundeck.client.api.model.JobItem |
getJob(String id) |
org.rundeck.client.api.model.ExecOutput |
getOutput(Long executionId,
Long var2,
Integer var3,
Integer var4) |
org.rundeck.client.api.model.ExecOutput |
getOutput(String executionId,
Long var2,
Long var3,
Long var4) |
RundeckInstance |
getRundeckInstance() |
boolean |
ping() |
org.rundeck.client.api.model.Execution |
runExecution(String jobId,
Properties options,
Properties nodeFilters) |
boolean |
testAuth() |
org.rundeck.client.api.model.AbortResult abortExecution(String id) throws IOException
IOExceptionorg.rundeck.client.api.model.ExecOutput getOutput(Long executionId, Long var2, Integer var3, Integer var4) throws IOException
IOExceptionorg.rundeck.client.api.model.ExecOutput getOutput(String executionId, Long var2, Long var3, Long var4) throws IOException
IOExceptionorg.rundeck.client.api.model.Execution getExecution(String id) throws IOException
IOExceptionString findJobId(String project, String name, String groupPath) throws IOException
IOExceptionorg.rundeck.client.api.model.JobItem findJob(String project, String name, String groupPath) throws IOException
IOExceptionorg.rundeck.client.api.model.JobItem getJob(String id) throws IOException
IOExceptionorg.rundeck.client.api.model.Execution runExecution(String jobId, Properties options, Properties nodeFilters) throws IOException
IOExceptionboolean ping()
throws IOException
IOExceptionboolean testAuth()
throws IOException
IOExceptionRundeckInstance getRundeckInstance()
Copyright © 2016–2025. All rights reserved.