jetbrains.buildServer.serverSide.dependency
Interface BuildDependency
- All Superinterfaces:
- DependencyOptions, OptionSupport
public interface BuildDependency
- extends DependencyOptions
Build Dependency represents an instance of Dependency between Build Types.
That is a build dependency links particular builds (represented by build promotions)
of Build Types participating in the corresponding Dependency.
- See Also:
Dependency
getDependent
@NotNull
BuildPromotion getDependent()
- Return a Build Promotion which has this dependency
- Returns:
- see above
getDependOn
@NotNull
BuildPromotion getDependOn()
- Return a Build Promotion object we depend on
- Returns:
- see above