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

org.rundeck.api.domain.RundeckNodeIdentity Maven / Gradle / Ivy

The newest version!
package org.rundeck.api.domain;


/**
 * Identifies a node by name
 */
public interface RundeckNodeIdentity {
    /**
     * Return the rundeck Node name
     *
     * @return
     */
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy