Class RootVcsBrowserDir
- java.lang.Object
-
- jetbrains.buildServer.vcs.browser.VcsBrowserDir
-
- jetbrains.buildServer.vcs.browser.RootVcsBrowserDir
-
- All Implemented Interfaces:
Element
public class RootVcsBrowserDir extends VcsBrowserDir
- Author:
- dmitry.neverov
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.vcs.browser.VcsBrowserDir
myVcs
-
-
Constructor Summary
Constructors Constructor Description RootVcsBrowserDir(Browser browser, VcsWorkspaceAccess vcs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Element>getChildren()Returns the ordered list of element's children.-
Methods inherited from class jetbrains.buildServer.vcs.browser.VcsBrowserDir
equals, getBrowser, getFullName, getInputStream, getName, getSize, hashCode, isContentAvailable, isLeaf, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.util.browser.Element
getLastModifiedTimestamp
-
-
-
-
Constructor Detail
-
RootVcsBrowserDir
public RootVcsBrowserDir(@NotNull Browser browser, @NotNull VcsWorkspaceAccess vcs)
-
-
Method Detail
-
getChildren
public Iterable<Element> getChildren() throws BrowserException
Description copied from interface:ElementReturns the ordered list of element's children. Method should returnnullfor a leaf element, and a notnullinstance for other elements. List can be empty. All children's names are different.- Specified by:
getChildrenin interfaceElement- Overrides:
getChildrenin classVcsBrowserDir- Returns:
- the list of children, or null
- Throws:
BrowserException- in case of an error
-
-