hudson.model.ProminentProjectAction Maven / Gradle / Ivy
package hudson.model;
/**
* Marker interface for {@link Action}s that should be displayed
* at the top of the project page.
*
* @author Kohsuke Kawaguchi
*/
public interface ProminentProjectAction extends Action {
// TODO: do the rendering of the part from the action page
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy