Class ArtifactsBrowserImpl
- java.lang.Object
-
- jetbrains.buildServer.web.artifacts.browser.ArtifactsBrowserImpl
-
-
Constructor Summary
Constructors Constructor Description ArtifactsBrowserImpl(BuildArtifacts artifacts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BehaviourgetBehaviour()Returns the browser behaviour options.ElementgetElement(String path)ElementgetRoot()Returns the root element.
-
-
-
Constructor Detail
-
ArtifactsBrowserImpl
public ArtifactsBrowserImpl(@NotNull BuildArtifacts artifacts)
-
-
Method Detail
-
getRoot
@NotNull public Element getRoot()
Description copied from interface:BrowserReturns the root element.
-
getElement
@Nullable public Element getElement(@NotNull String path)
- Specified by:
getElementin interfaceBrowser- Parameters:
path- path to some element- Returns:
- element for specified path or null if element does not exist
-
getBehaviour
@NotNull public Behaviour getBehaviour()
Description copied from interface:BrowserReturns the browser behaviour options.For most implementations
Behaviour.DEFAULT_BEHAVIOURis returned.- Specified by:
getBehaviourin interfaceBrowser- Returns:
- browser behaviour
-
-