Package org.jenkinsci.plugins.cctrayxml
Class CCTrayXmlAction
java.lang.Object
org.jenkinsci.plugins.cctrayxml.CCTrayXmlAction
- All Implemented Interfaces:
Action,ModelObject
-
Method Summary
Modifier and TypeMethodDescriptiongetView()toCCStatus(Item i) Converts the Hudson build status to CruiseControl build status, which is either Success, Failure, Exception, or Unknown.
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getView
-
toCCStatus
Converts the Hudson build status to CruiseControl build status, which is either Success, Failure, Exception, or Unknown. -
getCCItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public Collection<TopLevelItem> getCCItems()
-