Interface BuildStatusAction
public interface BuildStatusAction
An action that can be performed on a build status
- Since:
- 7.8
- 
Method Summary
- 
Method Details- 
getIdThe identifier for this action.- Returns:
- a unique identifying string for this action type
 
- 
getNameThe user readable name of the action, to display in the UI.- Returns:
- a user-readable name for this action type
 
 
-