Uses of Interface
jetbrains.buildServer.serverSide.artifacts.StoredBuildArtifactInfo
-
Packages that use StoredBuildArtifactInfo Package Description jetbrains.buildServer.serverSide.artifacts jetbrains.buildServer.serverSide.impl.artifacts jetbrains.buildServer.web.openapi.artifacts -
-
Uses of StoredBuildArtifactInfo in jetbrains.buildServer.serverSide.artifacts
Methods in jetbrains.buildServer.serverSide.artifacts with parameters of type StoredBuildArtifactInfo Modifier and Type Method Description InputStreamArtifactContentProvider. getContent(StoredBuildArtifactInfo artifactInfo) -
Uses of StoredBuildArtifactInfo in jetbrains.buildServer.serverSide.impl.artifacts
Classes in jetbrains.buildServer.serverSide.impl.artifacts that implement StoredBuildArtifactInfo Modifier and Type Class Description classExternalBuildArtifactFileclassExternalBuildArtifactFolderMethods in jetbrains.buildServer.serverSide.impl.artifacts with parameters of type StoredBuildArtifactInfo Modifier and Type Method Description InputStreamExternalBuildArtifacts. getContent(StoredBuildArtifactInfo artifact) -
Uses of StoredBuildArtifactInfo in jetbrains.buildServer.web.openapi.artifacts
Methods in jetbrains.buildServer.web.openapi.artifacts with parameters of type StoredBuildArtifactInfo Modifier and Type Method Description booleanArtifactDownloadProcessor. processDownload(StoredBuildArtifactInfo artifactInfo, BuildPromotion buildPromotion, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Perform all necessary operations to send the build artifact contents into the response.
-