Uses of Interface
jetbrains.buildServer.serverSide.DownloadedArtifacts
-
Packages that use DownloadedArtifacts Package Description jetbrains.buildServer jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of DownloadedArtifacts in jetbrains.buildServer
Methods in jetbrains.buildServer that return DownloadedArtifacts Modifier and Type Method Description DownloadedArtifacts
MockBuild. getDownloadedArtifacts()
DownloadedArtifacts
MockBuild. getProvidedArtifacts()
-
Uses of DownloadedArtifacts in jetbrains.buildServer.serverSide
Subinterfaces of DownloadedArtifacts in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
DownloadedArtifactsEx
Methods in jetbrains.buildServer.serverSide that return DownloadedArtifacts Modifier and Type Method Description DownloadedArtifacts
DownloadedArtifactsLogger. getDownloadedArtifacts(long downloadedBy)
Returns list of artifacts downloaded by build with specified build idDownloadedArtifacts
SBuild. getDownloadedArtifacts()
Returns information about artifacts downloaded by this build according to configured artifact dependencies.DownloadedArtifacts
DownloadedArtifactsLogger. getProvidedArtifacts(long downloadedFrom)
Returns list of artifacts provided by the build with specified id to other buildsDownloadedArtifacts
SBuild. getProvidedArtifacts()
Returns information about provided artifacts, i.e. -
Uses of DownloadedArtifacts in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement DownloadedArtifacts Modifier and Type Class Description class
DownloadedArtifactsLoggerImpl.DownloadedArtifactsImpl
Methods in jetbrains.buildServer.serverSide.impl that return DownloadedArtifacts Modifier and Type Method Description DownloadedArtifacts
BaseBuild. getDownloadedArtifacts()
DownloadedArtifacts
RunningBuildWrapper. getDownloadedArtifacts()
DownloadedArtifacts
BaseBuild. getProvidedArtifacts()
DownloadedArtifacts
RunningBuildWrapper. getProvidedArtifacts()
-