Class DependencyBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.buildType.DependencyBean
-
- All Implemented Interfaces:
Comparable<DependencyBean>
- Direct Known Subclasses:
ArtifactDependencyBean,SnapshotDependencyBean
public abstract class DependencyBean extends Object implements Comparable<DependencyBean>
- Author:
- Pavel.Sher Date: 10.09.2008
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDependencyBean.DependencyBeanComparator
-
Field Summary
Fields Modifier and Type Field Description protected ProjectManagermyProjectManager
-
Constructor Summary
Constructors Constructor Description DependencyBean(ProjectManager projectManager, SecurityContext securityContext)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(DependencyBean o)abstract StringgetInheritedFrom()SBuildTypegetSourceBuildType()abstract StringgetSourceBuildTypeId()StringgetSourceName()abstract booleanisDependencyResolvable()abstract booleanisInherited()booleanisOverridden()booleanisSourceBuildTypeAccessible()booleanisSourceBuildTypeExists()
-
-
-
Field Detail
-
myProjectManager
protected final ProjectManager myProjectManager
-
-
Constructor Detail
-
DependencyBean
public DependencyBean(ProjectManager projectManager, SecurityContext securityContext)
-
-
Method Detail
-
getSourceBuildTypeId
public abstract String getSourceBuildTypeId()
-
isDependencyResolvable
public abstract boolean isDependencyResolvable()
-
isSourceBuildTypeAccessible
public boolean isSourceBuildTypeAccessible()
-
isSourceBuildTypeExists
public boolean isSourceBuildTypeExists()
-
getSourceBuildType
@Nullable public SBuildType getSourceBuildType()
-
getSourceName
public String getSourceName()
-
compareTo
public int compareTo(DependencyBean o)
- Specified by:
compareToin interfaceComparable<DependencyBean>
-
isInherited
public abstract boolean isInherited()
-
getInheritedFrom
public abstract String getInheritedFrom()
-
isOverridden
public boolean isOverridden()
-
-