PROJECT
- the type of project that this action is associated with.public abstract class AbstractProjectAction<PROJECT extends hudson.model.AbstractProject<?,?>>
extends hudson.model.Actionable
Modifier | Constructor and Description |
---|---|
protected |
AbstractProjectAction(PROJECT project,
Integer functionCcnViolationThreshold,
Integer functionNcssViolationThreshold) |
Modifier and Type | Method and Description |
---|---|
Integer |
getFunctionCcnViolationThreshold() |
Integer |
getFunctionNcssViolationThreshold() |
String |
getGraphName()
Override to define the graph name.
|
PROJECT |
getProject()
Getter for property 'project'.
|
boolean |
isFloatingBoxActive()
Override to control when the floating box should be displayed.
|
boolean |
isGraphActive()
Override to control when the action displays a trend graph.
|
addAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, replaceAction
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
public PROJECT getProject()
public boolean isFloatingBoxActive()
true
if the floating box should be visible.public boolean isGraphActive()
true
if the action should show a trend graph.public String getGraphName()
public Integer getFunctionCcnViolationThreshold()
public Integer getFunctionNcssViolationThreshold()
Copyright © 2016–2018. All rights reserved.