Uses of Interface
jetbrains.buildServer.serverSide.artifacts.SArtifactDependency
-
-
Uses of SArtifactDependency in jetbrains
Methods in jetbrains that return types with arguments of type SArtifactDependency Modifier and Type Method Description List<SArtifactDependency>MockBuildType. getArtifactDependencies()Methods in jetbrains with parameters of type SArtifactDependency Modifier and Type Method Description voidMockBuildType. addArtifactDependency(SArtifactDependency dependency)voidMockBuildType. removeArtifactDependency(SArtifactDependency dependency)Method parameters in jetbrains with type arguments of type SArtifactDependency Modifier and Type Method Description voidMockBuildType. setArtifactDependencies(List<SArtifactDependency> artifacts) -
Uses of SArtifactDependency in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type SArtifactDependency Modifier and Type Method Description List<SArtifactDependency>MockBuild. getArtifactDependencies()List<SArtifactDependency>MockBuildPromotion. getArtifactDependencies()List<SArtifactDependency>MockBuildPromotion. getCustomArtifactDependencies()List<SArtifactDependency>MockBuildPromotion. getFinalArtifactDependencies()Method parameters in jetbrains.buildServer with type arguments of type SArtifactDependency Modifier and Type Method Description voidMockBuildPromotion. setCustomArtifactDependencies(List<SArtifactDependency> dependencies)voidMockBuildPromotion. setFinalArtifactDependencies(List<SArtifactDependency> dependencies) -
Uses of SArtifactDependency in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return types with arguments of type SArtifactDependency Modifier and Type Method Description List<SArtifactDependency>RunBuildDependencies. getCustomArtifactDependencies()List<SArtifactDependency>RunBuildDependencies. getDefaultArtifactDependencies() -
Uses of SArtifactDependency in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type SArtifactDependency Modifier and Type Method Description List<SArtifactDependency>EditableArtifactDependenciesBean. createArtifactDependencies(boolean includeDisabled) -
Uses of SArtifactDependency in jetbrains.buildServer.controllers.buildType
Methods in jetbrains.buildServer.controllers.buildType that return SArtifactDependency Modifier and Type Method Description SArtifactDependencyArtifactDependencyBean. createArtifactDependency(ArtifactDependencyFactory artifactDependencyFactory) -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide
Fields in jetbrains.buildServer.serverSide with type parameters of type SArtifactDependency Modifier and Type Field Description protected Filter<SArtifactDependency>AbstractBuildSettings. ENABLED_ARTIFACT_DEPENDENCIES_FILTERMethods in jetbrains.buildServer.serverSide that return SArtifactDependency Modifier and Type Method Description SArtifactDependencyArtifactDependencyFactory. copyArtifactDependencyWithNewId(SArtifactDependency dependency)Copies an artifact dependency generating new id for it.SArtifactDependencyArtifactDependencyFactory. createArtifactDependency(String id, String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule)Creates an artifact dependency by a build configuration specified by its external id.SArtifactDependencyArtifactDependencyFactory. createArtifactDependency(String id, String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule, Function<String,EntityId<String>> externalIdResolver)Creates an artifact dependency by a build configuration specified by its external id using specified external id resolver.SArtifactDependencyArtifactDependencyFactory. createArtifactDependency(String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule)Creates an artifact dependency by a build configuration specified by its external id.SArtifactDependencyArtifactDependencyFactory. createArtifactDependency(String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule, Function<String,EntityId<String>> externalIdResolver)Creates an artifact dependency by a build configuration specified by its external id using specified external id resolverSArtifactDependencyArtifactDependencyFactory. createArtifactDependency(BuildType sourceBuildType, String sourcePaths, RevisionRule revisionRule)Creates an artifact dependency by a build configuration.protected SArtifactDependencyBaseServerSpringContextTestCase. createArtifactDependency(SBuildType sourceBt)SArtifactDependencyArtifactDependencyFactory. createArtifactDependencyByInternalId(String id, String sourceBuildTypeInternalId, String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule)Creates an artifact dependency by build type internal id.SArtifactDependencyArtifactDependencyFactory. createArtifactDependencyByInternalId(String sourceBuildTypeInternalId, String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule)Methods in jetbrains.buildServer.serverSide with parameters of type SArtifactDependency Modifier and Type Method Description voidBuildTypeSettings. addArtifactDependency(SArtifactDependency dependency)Adds artifact dependency.SArtifactDependencyArtifactDependencyFactory. copyArtifactDependencyWithNewId(SArtifactDependency dependency)Copies an artifact dependency generating new id for it.voidBuildTypeSettings. removeArtifactDependency(SArtifactDependency dependency)Removes artifact dependency.voidBuildTypeSettingsEx. replaceDependency(SArtifactDependency origDep, SArtifactDependency newDep)Replaces original dependency object with another oneMethod parameters in jetbrains.buildServer.serverSide with type arguments of type SArtifactDependency Modifier and Type Method Description voidBuildCustomizer. setArtifactDependencies(List<SArtifactDependency> customDependencies)Sets custom artifact dependencies to the build.voidBuildTypeSettings. setArtifactDependencies(List<SArtifactDependency> artifacts)Sets artifacts this build configuration depending on.voidBuildPromotionEx. setCustomArtifactDependencies(List<SArtifactDependency> dependencies)Sets custom artifact dependencies, those which override default (specified in build configuration).voidBuildPromotionEx. setFinalArtifactDependencies(List<SArtifactDependency> dependencies)Sets the final artifact dependencies, i.e.static List<SArtifactDependency>AbstractBuildSettings. sortArtifactDependencies(List<SArtifactDependency> unsorted) -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide.artifacts
Subinterfaces of SArtifactDependency in jetbrains.buildServer.serverSide.artifacts Modifier and Type Interface Description interfaceArtifactDependencyExClasses in jetbrains.buildServer.serverSide.artifacts that implement SArtifactDependency Modifier and Type Class Description classSArtifactDependencyImplExternalizable implementation of ArtifactDependencyclassUnresolvedArtifactDependencyMethods in jetbrains.buildServer.serverSide.artifacts that return SArtifactDependency Modifier and Type Method Description SArtifactDependencySArtifactDependency. createCopy()Creates copy of this artifact dependency.SArtifactDependencySArtifactDependencyImpl. createCopy()SArtifactDependencyUnresolvedArtifactDependency. createCopy()SArtifactDependencySArtifactDependency. createOptionalCopy()SArtifactDependencySArtifactDependencyImpl. createOptionalCopy() -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide.asserts
Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type SArtifactDependency Constructor Description ArtifactDependencyAssert(SArtifactDependency actual) -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide.healthStatus.reports
Methods in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type SArtifactDependency Modifier and Type Method Description protected abstract BranchFilterHealthReportBase.BranchFilterHealthItemBranchFilterHealthReportBase. reportForArtifactDep(SArtifactDependency dependency, BranchFilterHealthReportBase.BranchFilterEntryCalc branchFilterEntryCalc, Map<String,Object> state)protected BranchFilterHealthReportBase.BranchFilterHealthItemInvalidBranchFilterSyntaxReport. reportForArtifactDep(SArtifactDependency dependency, BranchFilterHealthReportBase.BranchFilterEntryCalc branchFilterEntryCalc, Map<String,Object> state) -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return SArtifactDependency Modifier and Type Method Description SArtifactDependencyBuildPromotionImpl. toArtifactDependency(jetbrains.buildServer.serverSide.impl.BuildPromotionImpl.ArtifactDependencyTuple artifactDependencyTuple) -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type SArtifactDependency Modifier and Type Method Description Map<SBuildType,List<SArtifactDependency>>SecuredProjectManager. getBuildTypesDependingOn(Collection<SBuildType> types) -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return types with arguments of type SArtifactDependency Modifier and Type Method Description Map<SBuildType,List<SArtifactDependency>>ProjectManagerImpl. getBuildTypesDependingOn(Collection<SBuildType> types) -
Uses of SArtifactDependency in jetbrains.buildServer.serverSide.impl.xml.build
Methods in jetbrains.buildServer.serverSide.impl.xml.build that return types with arguments of type SArtifactDependency Modifier and Type Method Description List<SArtifactDependency>XmlBuildArtifactDependencyExternalizer. readArtifactDependencies(org.jdom.Element buildTypeElement, IdentifiersManager<String> buildTypeIdManager)Methods in jetbrains.buildServer.serverSide.impl.xml.build with parameters of type SArtifactDependency Modifier and Type Method Description static voidXmlBuildArtifactDependencyExternalizer. fillBuilder(SArtifactDependency dependency, ArtifactDependencyBuilder d)
-