hudson.model.Describable Maven / Gradle / Ivy
package hudson.model;
/**
* Classes that are described by {@link Descriptor}.
*
* @author Kohsuke Kawaguchi
*/
public interface Describable> {
/**
* Gets the descriptor for this instance.
*/
Descriptor getDescriptor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy