Package jetbrains.buildServer.serverSide
Interface DataFetcher
-
- All Superinterfaces:
ServerExtension
,TeamCityExtension
public interface DataFetcher extends ServerExtension
- Author:
- Kir
Data provider for
BuildServer.fetchData(long, long, java.lang.String, java.lang.String)
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
fetchData(long buildId, String whatToFetch)
Fetch build data
-
-
-
Method Detail
-
fetchData
byte[] fetchData(long buildId, String whatToFetch)
Fetch build data- Parameters:
buildId
- build unique idwhatToFetch
- data set key- Returns:
- data stream
-
-