Skip to content

Instantly share code, notes, and snippets.

@cowboyd
Created January 31, 2011 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cowboyd/804760 to your computer and use it in GitHub Desktop.
Save cowboyd/804760 to your computer and use it in GitHub Desktop.
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