Interface InternalBuildArtifact
-
- All Superinterfaces:
BuildArtifact
,BuildArtifactInfo
- All Known Implementing Classes:
BuildArtifactImpl
public interface InternalBuildArtifact extends BuildArtifact
An internal build artifact referencing a local file.
- Since:
- 2017.2
- Author:
- Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
- See Also:
BuildArtifactsViewMode.isViewExternal()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getFile()
Returns the underlying file.-
Methods inherited from interface jetbrains.buildServer.serverSide.artifacts.BuildArtifact
getChildren, getInputStream, getSize, getTimestamp, isArchive, isContainer, isDirectory, isFile
-
Methods inherited from interface jetbrains.buildServer.serverSide.artifacts.BuildArtifactInfo
getName, getRelativePath
-
-
-
-
Method Detail
-
getFile
@NotNull File getFile()
Returns the underlying file.
- Returns:
- the underlying file.
-
-