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 DownloadedArtifactsMockBuild. getDownloadedArtifacts()DownloadedArtifactsMockBuild. getProvidedArtifacts() -
Uses of DownloadedArtifacts in jetbrains.buildServer.serverSide
Subinterfaces of DownloadedArtifacts in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceDownloadedArtifactsExMethods in jetbrains.buildServer.serverSide that return DownloadedArtifacts Modifier and Type Method Description DownloadedArtifactsDownloadedArtifactsLogger. getDownloadedArtifacts(long downloadedBy)Returns list of artifacts downloaded by build with specified build idDownloadedArtifactsSBuild. getDownloadedArtifacts()Returns information about artifacts downloaded by this build according to configured artifact dependencies.DownloadedArtifactsDownloadedArtifactsLogger. getProvidedArtifacts(long downloadedFrom)Returns list of artifacts provided by the build with specified id to other buildsDownloadedArtifactsSBuild. 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 classDownloadedArtifactsLoggerImpl.DownloadedArtifactsImplMethods in jetbrains.buildServer.serverSide.impl that return DownloadedArtifacts Modifier and Type Method Description DownloadedArtifactsBaseBuild. getDownloadedArtifacts()DownloadedArtifactsRunningBuildWrapper. getDownloadedArtifacts()DownloadedArtifactsBaseBuild. getProvidedArtifacts()DownloadedArtifactsRunningBuildWrapper. getProvidedArtifacts()
-