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:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in 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()
-