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
IOException
org.rundeck.client.api.model.ExecOutput getOutput(Long executionId, Long var2, Integer var3, Integer var4) throws IOException
IOException
org.rundeck.client.api.model.ExecOutput getOutput(String executionId, Long var2, Long var3, Long var4) throws IOException
IOException
org.rundeck.client.api.model.Execution getExecution(String id) throws IOException
IOException
String findJobId(String project, String name, String groupPath) throws IOException
IOException
org.rundeck.client.api.model.JobItem findJob(String project, String name, String groupPath) throws IOException
IOException
org.rundeck.client.api.model.JobItem getJob(String id) throws IOException
IOException
org.rundeck.client.api.model.Execution runExecution(String jobId, Properties options, Properties nodeFilters) throws IOException
IOException
boolean ping() throws IOException
IOException
boolean testAuth() throws IOException
IOException
RundeckInstance getRundeckInstance()
Copyright © 2016–2022. All rights reserved.