org.rundeck.api.domain.RundeckJobsUUIDImportBehavior 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
The newest version!
package org.rundeck.api.domain;
/**
* $INTERFACE is ... User: greg Date: 1/16/14 Time: 11:38 AM
*/
public enum RundeckJobsUUIDImportBehavior {
PRESERVE,
REMOVE
}