Class BuildArtifactsHolderImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.artifacts.BuildArtifactsHolderImpl
-
- All Implemented Interfaces:
BuildArtifactHolder
,BuildArtifactInfo
- Direct Known Subclasses:
AccessDeniedBuildArtifactHolder
,ArtifactNotFoundBuildArtifactHolder
public abstract class BuildArtifactsHolderImpl extends Object implements BuildArtifactHolder
Created Eugene Petrenko (eugene.petrenko@gmail.com) date: 19.04.11
-
-
Constructor Summary
Constructors Constructor Description BuildArtifactsHolderImpl(String relativePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getRelativePath()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.artifacts.BuildArtifactHolder
getArtifact, isAccessible, isAvailable
-
-
-
-
Constructor Detail
-
BuildArtifactsHolderImpl
public BuildArtifactsHolderImpl(@NotNull String relativePath)
-
-
Method Detail
-
getRelativePath
@NotNull public String getRelativePath()
- Specified by:
getRelativePath
in interfaceBuildArtifactInfo
- Returns:
- artifact relative path
-
getName
@NotNull public String getName()
- Specified by:
getName
in interfaceBuildArtifactInfo
- Returns:
- artifact file name
-
-