Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View RubyCloudDescriptor.java
1 2 3 4 5 6 7 8 9 10 11 12
package ruby;
 
 
import hudson.model.Descriptor;
import hudson.slaves.Cloud;
 
@SuppressWarnings({"UnusedDeclaration"})
public abstract class RubyCloudDescriptor extends Descriptor<Cloud> {
protected RubyCloudDescriptor() {
super(Cloud.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.