public class GroupTopLevelItem extends Object implements TopLevelItem
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
protected List<TopLevelItem> |
nestedItems |
| Constructor and Description |
|---|
GroupTopLevelItem(String groupLabel,
String regexToIgnoreOnColorComputing) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckAnyPermission, hasAnyPermission, hasPermissionprotected List<TopLevelItem> nestedItems
public String getFullName()
getFullName in interface Itempublic String getDisplayName()
getDisplayName in interface ItemgetDisplayName in interface ModelObjectpublic String getFullDisplayName()
getFullDisplayName in interface Itempublic void add(TopLevelItem item)
public void onLoad(ItemGroup<? extends Item> parent, String name) throws IOException
onLoad in interface ItemIOExceptionpublic void onCopiedFrom(Item src)
onCopiedFrom in interface Itempublic void onCreatedFromScratch()
onCreatedFromScratch in interface Itempublic void save()
throws IOException
save in interface Itemsave in interface SaveableIOExceptionpublic void delete()
throws IOException,
InterruptedException
delete in interface ItemIOExceptionInterruptedExceptionpublic void checkPermission(Permission permission) throws AccessDeniedException
checkPermission in interface AccessControlledAccessDeniedExceptionpublic BallColor getIconColor()
public Run getLastBuild()
public Run getLastSuccessfulBuild()
public Run getLastStableBuild()
public Run getLastFailedBuild()
public Run getLastUnsuccessfulBuild()
public Run getLastBuildOfType(org.jenkinsci.plugins.categorizedview.GroupTopLevelItem.GetBuild getBuild)
public String getShortUrl()
getShortUrl in interface Item@Deprecated public String getAbsoluteUrl()
getAbsoluteUrl in interface Itempublic File getRootDir()
getRootDir in interface PersistenceRootpublic Search getSearch()
getSearch in interface SearchableModelObjectpublic String getSearchName()
getSearchName in interface SearchItempublic String getSearchUrl()
getSearchUrl in interface SearchItempublic SearchIndex getSearchIndex()
getSearchIndex in interface SearchItempublic ACL getACL()
getACL in interface AccessControlledpublic boolean hasPermission(Permission permission)
hasPermission in interface AccessControlledpublic TopLevelItemDescriptor getDescriptor()
getDescriptor in interface Describable<TopLevelItem>getDescriptor in interface TopLevelItempublic HealthReport getBuildHealth()
public List<HealthReport> getBuildHealthReports()
public boolean isBuildable()
public String getRelativeNameFrom(ItemGroup g)
getRelativeNameFrom in interface Itempublic String getRelativeNameFrom(Item item)
getRelativeNameFrom in interface Itempublic Collection<? extends Job> getAllJobs()
getAllJobs in interface Itempublic List<TopLevelItem> getGroupItems()
public int getNestLevel()
public boolean hasLink()
public String getGroupClass()
public String getCss()
public List<TopLevelItem> getNestedItems()
Copyright © 2016–2021. All rights reserved.