Class SnapshotDependenciesBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.buildType.SnapshotDependenciesBean
-
- Direct Known Subclasses:
EditableSnapshotDependenciesBean
public class SnapshotDependenciesBean extends Object
- Author:
- Pavel.Sher Date: 10.09.2008
-
-
Constructor Summary
Constructors Constructor Description SnapshotDependenciesBean(ProjectManager projectManager, SecurityContext securityContext, BuildTypeSettings settings, DependencyCheck dependencyCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildChainId()
List<SnapshotDependencyBean>
getDependencies()
int
getNumberOfTemplates()
protected ProjectManager
getProjectManager()
protected SecurityContext
getSecurityContext()
List<SnapshotDependencyBean>
getVisibleDependencies()
-
-
-
Constructor Detail
-
SnapshotDependenciesBean
public SnapshotDependenciesBean(ProjectManager projectManager, SecurityContext securityContext, BuildTypeSettings settings, DependencyCheck dependencyCheck)
-
-
Method Detail
-
getDependencies
public List<SnapshotDependencyBean> getDependencies()
-
getVisibleDependencies
public List<SnapshotDependencyBean> getVisibleDependencies()
-
getProjectManager
protected ProjectManager getProjectManager()
-
getSecurityContext
protected SecurityContext getSecurityContext()
-
getBuildChainId
@Nullable public String getBuildChainId()
-
getNumberOfTemplates
public int getNumberOfTemplates()
-
-