
org.rundeck.api.domain.RundeckNodeIdentity 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.domain;
/**
* Identifies a node by name
*/
public interface RundeckNodeIdentity {
/**
* Return the rundeck Node name
*
* @return
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy