Uses of Class
jetbrains.buildServer.artifacts.ArtifactDependencyInfo
-
Packages that use ArtifactDependencyInfo Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl jetbrains.buildServer.agent.impl.cache jetbrains.buildServer.agentServer -
-
Uses of ArtifactDependencyInfo in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return types with arguments of type ArtifactDependencyInfo Modifier and Type Method Description List<ArtifactDependencyInfo>
AgentBuildSettings. getArtifactDependencies()
Returns artifact dependencies -
Uses of ArtifactDependencyInfo in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return types with arguments of type ArtifactDependencyInfo Modifier and Type Method Description List<ArtifactDependencyInfo>
AgentBuildSettingsImpl. getArtifactDependencies()
List<ArtifactDependencyInfo>
AgentBuildSettingsProxy. getArtifactDependencies()
-
Uses of ArtifactDependencyInfo in jetbrains.buildServer.agent.impl.cache
Methods in jetbrains.buildServer.agent.impl.cache that return ArtifactDependencyInfo Modifier and Type Method Description ArtifactDependencyInfo
ArtifactDependencyBuildCacheMapper. toSingleDependency(BuildCacheConstants.BuildCacheData data, String cacheName, RevisionRule revisionRule, BuildCacheConstants.BuildCacheLocation location)
-
Uses of ArtifactDependencyInfo in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return types with arguments of type ArtifactDependencyInfo Modifier and Type Method Description List<ArtifactDependencyInfo>
AgentBuild. getArtifactDependencies()
Method parameters in jetbrains.buildServer.agentServer with type arguments of type ArtifactDependencyInfo Modifier and Type Method Description void
AgentBuild. setArtifactDependencies(List<ArtifactDependencyInfo> artifactDependencies)
-