
org.rundeck.api.RunAdhocCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rundeck-api-java-client Show documentation
Show all versions of rundeck-api-java-client Show documentation
Java client for the Rundeck REST API
package org.rundeck.api;
/**
* A command to execute
*/
public interface RunAdhocCommand extends RunAdhoc {
/**
* Command to executed
* @return
*/
String getCommand();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy