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 String
getInheritedFrom()
Map<String,String>
getSetOptions()
String
getSourceBuildTypeExternalId()
String
getSourceBuildTypeId()
boolean
isDependencyResolvable()
boolean
isInherited()
-
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:
isDependencyResolvable
in classDependencyBean
-
getSourceBuildTypeId
public String getSourceBuildTypeId()
- Specified by:
getSourceBuildTypeId
in classDependencyBean
-
getSourceBuildTypeExternalId
public String getSourceBuildTypeExternalId()
-
isInherited
public boolean isInherited()
- Specified by:
isInherited
in classDependencyBean
-
getInheritedFrom
public String getInheritedFrom()
- Specified by:
getInheritedFrom
in classDependencyBean
-
-