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 Behaviour
getBehaviour()
Returns the browser behaviour options.Element
getElement(String path)
Element
getRoot()
Returns the root element.
-
-
-
Constructor Detail
-
ArtifactsBrowserImpl
public ArtifactsBrowserImpl(@NotNull BuildArtifacts artifacts)
-
-
Method Detail
-
getRoot
@NotNull public Element getRoot()
Description copied from interface:Browser
Returns the root element.
-
getElement
@Nullable public Element getElement(@NotNull String path)
- Specified by:
getElement
in 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:Browser
Returns the browser behaviour options.For most implementations
Behaviour.DEFAULT_BEHAVIOUR
is returned.- Specified by:
getBehaviour
in interfaceBrowser
- Returns:
- browser behaviour
-
-