All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rundeck.api.RunAdhocCommand Maven / Gradle / Ivy

There is a newer version: 13.2
Show newest version
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