@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class CCTrayXmlAction extends Object implements hudson.model.Action
| Modifier and Type | Method and Description |
|---|---|
Collection<hudson.model.TopLevelItem> |
getCCItems() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
hudson.model.View |
getView() |
String |
toCCStatus(hudson.model.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 hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.View getView()
public String toCCStatus(hudson.model.Item i)
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public Collection<hudson.model.TopLevelItem> getCCItems()
Copyright © 2016–2019. All rights reserved.