@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class CCTrayXmlAction extends Object implements Action
| Modifier and Type | Method and Description |
|---|---|
Collection<TopLevelItem> |
getCCItems() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
View |
getView() |
String |
toCCStatus(Item i)
Converts the Hudson build status to CruiseControl build status,
which is either Success, Failure, Exception, or Unknown.
|
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic View getView()
public String toCCStatus(Item i)
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public Collection<TopLevelItem> getCCItems()
Copyright © 2016–2022. All rights reserved.