jetbrains.buildServer.serverSide.artifacts
Interface BuildArtifactInfo

All Known Subinterfaces:
BuildArtifact, BuildArtifactHolder

public interface BuildArtifactInfo

Since:
6.5
Author:
Eugene Petrenko (eugene.petrenko@gmail.com) date: 19.04.11

Method Summary
 java.lang.String getName()
           
 java.lang.String getRelativePath()
           
 

Method Detail

getRelativePath

@NotNull
java.lang.String getRelativePath()
Returns:
artifact relative path
Since:
6.5

getName

@NotNull
java.lang.String getName()
Returns:
artifact file name
Since:
6.5