Class SnapshotDependencyBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.buildType.DependencyBean
-
- jetbrains.buildServer.controllers.buildType.SnapshotDependencyBean
-
- All Implemented Interfaces:
Comparable<DependencyBean>
public class SnapshotDependencyBean extends DependencyBean
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.controllers.buildType.DependencyBean
DependencyBean.DependencyBeanComparator
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.buildType.DependencyBean
myProjectManager
-
-
Constructor Summary
Constructors Constructor Description SnapshotDependencyBean(Dependency dependency, String inheritedFrom, ProjectManager projectManager, SecurityContext securityContext, DependencyCheck dependencyCheck)SnapshotDependencyBean(ProjectManager projectManager, SecurityContext securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInheritedFrom()Map<String,String>getSetOptions()StringgetSourceBuildTypeExternalId()StringgetSourceBuildTypeId()booleanisDependencyResolvable()booleanisInherited()-
Methods inherited from class jetbrains.buildServer.controllers.buildType.DependencyBean
compareTo, getSourceBuildType, getSourceName, isOverridden, isSourceBuildTypeAccessible, isSourceBuildTypeExists
-
-
-
-
Constructor Detail
-
SnapshotDependencyBean
public SnapshotDependencyBean(@NotNull Dependency dependency, @Nullable String inheritedFrom, @NotNull ProjectManager projectManager, @NotNull SecurityContext securityContext, @NotNull DependencyCheck dependencyCheck)
-
SnapshotDependencyBean
public SnapshotDependencyBean(@NotNull ProjectManager projectManager, @NotNull SecurityContext securityContext)
-
-
Method Detail
-
isDependencyResolvable
public boolean isDependencyResolvable()
- Specified by:
isDependencyResolvablein classDependencyBean
-
getSourceBuildTypeId
public String getSourceBuildTypeId()
- Specified by:
getSourceBuildTypeIdin classDependencyBean
-
getSourceBuildTypeExternalId
public String getSourceBuildTypeExternalId()
-
isInherited
public boolean isInherited()
- Specified by:
isInheritedin classDependencyBean
-
getInheritedFrom
public String getInheritedFrom()
- Specified by:
getInheritedFromin classDependencyBean
-
-