Uses of Class
jetbrains.buildServer.serverSide.ArtifactInfo
-
Packages that use ArtifactInfo Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of ArtifactInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type ArtifactInfo Modifier and Type Method Description Map<Build,List<ArtifactInfo>>
DownloadedArtifacts. getArtifacts()
Returns downloaded artifacts as map where build is key, and list of artifacts is valueMap<Build,List<ArtifactInfo>>
ProvidedArtifacts. getArtifacts()
Returns provided artifacts as map where target build is key, and list of artifacts is value -
Uses of ArtifactInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type ArtifactInfo Modifier and Type Method Description Map<Build,List<ArtifactInfo>>
DownloadedArtifactsLoggerImpl.DownloadedArtifactsImpl. getArtifacts()
-