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 InputStream
ArtifactContentProvider. 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 class
ExternalBuildArtifactFile
class
ExternalBuildArtifactFolder
Methods in jetbrains.buildServer.serverSide.impl.artifacts with parameters of type StoredBuildArtifactInfo Modifier and Type Method Description InputStream
ExternalBuildArtifacts. 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 boolean
ArtifactDownloadProcessor. 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.
-