public class GroupTopLevelItem extends Object implements hudson.model.TopLevelItem
| Constructor and Description |
|---|
GroupTopLevelItem(String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPermission(hudson.security.Permission permission) |
void |
delete() |
String |
getAbsoluteUrl()
Deprecated.
|
hudson.security.ACL |
getACL() |
Collection<? extends hudson.model.Job> |
getAllJobs() |
hudson.model.HealthReport |
getBuildHealth() |
List<hudson.model.HealthReport> |
getBuildHealthReports() |
String |
getCss() |
hudson.model.TopLevelItemDescriptor |
getDescriptor() |
String |
getDisplayName() |
String |
getFullDisplayName() |
String |
getFullName() |
String |
getName() |
hudson.model.Hudson |
getParent() |
String |
getRelativeNameFrom(hudson.model.Item item) |
String |
getRelativeNameFrom(hudson.model.ItemGroup g) |
File |
getRootDir() |
hudson.search.Search |
getSearch() |
hudson.search.SearchIndex |
getSearchIndex() |
String |
getSearchName() |
String |
getSearchUrl() |
String |
getShortUrl() |
String |
getUrl() |
boolean |
hasPermission(hudson.security.Permission permission) |
boolean |
isBuildable() |
void |
onCopiedFrom(hudson.model.Item src) |
void |
onCreatedFromScratch() |
void |
onLoad(hudson.model.ItemGroup<? extends hudson.model.Item> parent,
String name) |
void |
save() |
public GroupTopLevelItem(String label)
public void onLoad(hudson.model.ItemGroup<? extends hudson.model.Item> parent,
String name)
throws IOException
onLoad in interface hudson.model.ItemIOExceptionpublic void onCopiedFrom(hudson.model.Item src)
onCopiedFrom in interface hudson.model.Itempublic void onCreatedFromScratch()
onCreatedFromScratch in interface hudson.model.Itempublic void save()
throws IOException
save in interface hudson.model.Itemsave in interface hudson.model.SaveableIOExceptionpublic void delete()
throws IOException,
InterruptedException
delete in interface hudson.model.ItemIOExceptionInterruptedExceptionpublic void checkPermission(hudson.security.Permission permission)
throws org.acegisecurity.AccessDeniedException
checkPermission in interface hudson.security.AccessControlledorg.acegisecurity.AccessDeniedExceptionpublic String getUrl()
getUrl in interface hudson.model.Itempublic String getShortUrl()
getShortUrl in interface hudson.model.Item@Deprecated public String getAbsoluteUrl()
getAbsoluteUrl in interface hudson.model.Itempublic File getRootDir()
getRootDir in interface hudson.model.PersistenceRootpublic hudson.search.Search getSearch()
getSearch in interface hudson.search.SearchableModelObjectpublic String getSearchName()
getSearchName in interface hudson.search.SearchItempublic String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic hudson.search.SearchIndex getSearchIndex()
getSearchIndex in interface hudson.search.SearchItempublic hudson.security.ACL getACL()
getACL in interface hudson.security.AccessControlledpublic boolean hasPermission(hudson.security.Permission permission)
hasPermission in interface hudson.security.AccessControlledpublic hudson.model.Hudson getParent()
getParent in interface hudson.model.Itempublic hudson.model.TopLevelItemDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.model.TopLevelItem>getDescriptor in interface hudson.model.TopLevelItempublic hudson.model.HealthReport getBuildHealth()
public List<hudson.model.HealthReport> getBuildHealthReports()
public boolean isBuildable()
public String getRelativeNameFrom(hudson.model.ItemGroup g)
getRelativeNameFrom in interface hudson.model.Itempublic String getRelativeNameFrom(hudson.model.Item item)
getRelativeNameFrom in interface hudson.model.Itempublic Collection<? extends hudson.model.Job> getAllJobs()
getAllJobs in interface hudson.model.Itempublic String getName()
getName in interface hudson.model.Itempublic String getFullName()
getFullName in interface hudson.model.Itempublic String getDisplayName()
getDisplayName in interface hudson.model.ItemgetDisplayName in interface hudson.model.ModelObjectpublic String getFullDisplayName()
getFullDisplayName in interface hudson.model.Itempublic String getCss()
Copyright © 2004-2014. All Rights Reserved.