Interface ArtifactTreeElement
-
- All Superinterfaces:
Element
,ZipElement
- All Known Implementing Classes:
ArtifactElement
public interface ArtifactTreeElement extends ZipElement
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 15.04.11 17:42
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getLastModified()
Returns element last modification time.-
Methods inherited from interface jetbrains.buildServer.util.browser.Element
getBrowser, getChildren, getFullName, getInputStream, getLastModifiedTimestamp, getName, getSize, isContentAvailable, isLeaf
-
Methods inherited from interface jetbrains.buildServer.util.browser.ZipElement
isArchive, isInsideArchive
-
-
-
-
Method Detail
-
getLastModified
@Nullable Long getLastModified()
Returns element last modification time. May return null if the content is not available for the element (seeElement.isContentAvailable()
) or due to performance reasons.- Returns:
- see above
- Since:
- 8.0
-
-