Class ArtifactDependenciesBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.buildType.ArtifactDependenciesBean
-
- Direct Known Subclasses:
EditableArtifactDependenciesBean
public class ArtifactDependenciesBean extends Object
- Author:
- Pavel.Sher Date: 13.02.2007
-
-
Constructor Summary
Constructors Constructor Description ArtifactDependenciesBean(ProjectManager projectManager, SecurityContext securityContext, BuildTypeSettings settings, DependencyCheck dependencyCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDependency(ArtifactDependency dep)
ArtifactDependencyBean
findDependency(String depId)
Set<String>
getCleanDestinationPaths()
Collection<ArtifactDependencyBean>
getDependencies()
int
getNumberOfTemplates()
ProjectManager
getProjectManager()
protected SecurityContext
getSecurityContext()
boolean
isAllDependenciesAccessible()
boolean
isEnabledDependenciesExist()
void
removeDependencies(Collection<String> ids)
-
-
-
Constructor Detail
-
ArtifactDependenciesBean
public ArtifactDependenciesBean(@NotNull ProjectManager projectManager, @NotNull SecurityContext securityContext, @NotNull BuildTypeSettings settings, @NotNull DependencyCheck dependencyCheck)
-
-
Method Detail
-
addDependency
public void addDependency(ArtifactDependency dep)
-
removeDependencies
public void removeDependencies(@NotNull Collection<String> ids)
-
getProjectManager
public ProjectManager getProjectManager()
-
getDependencies
public Collection<ArtifactDependencyBean> getDependencies()
-
isEnabledDependenciesExist
public boolean isEnabledDependenciesExist()
-
isAllDependenciesAccessible
public boolean isAllDependenciesAccessible()
-
findDependency
@Nullable public ArtifactDependencyBean findDependency(String depId)
-
getNumberOfTemplates
public int getNumberOfTemplates()
-
getSecurityContext
protected SecurityContext getSecurityContext()
-
-