
hudson.model.Jobs Maven / Gradle / Ivy
package hudson.model;
import java.util.List;
/**
* List of all installed {@link Job} types.
*
* @author Kohsuke Kawaguchi
*/
public class Jobs {
/**
* List of all installed {@link JobPropertyDescriptor} types.
*
*
* Plugins can add their {@link JobPropertyDescriptor}s to this list.
*
* @see JobPropertyDescriptor#getPropertyDescriptors(Class)
*/
public static final List PROPERTIES = Descriptor.toList(
ParametersDefinitionProperty.DESCRIPTOR
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy