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

Field Summary
 
Fields inherited from interface jetbrains.buildServer.serverSide.dependency.DependencyOptions
RUN_BUILD_IF_DEPENDENCY_FAILED, RUN_BUILD_ON_THE_SAME_AGENT, TAKE_STARTED_BUILD_WITH_SAME_REVISIONS, TAKE_SUCCESSFUL_BUILDS_ONLY
 
Method Summary
 BuildPromotion getDependent()
          Return a Build Promotion which has this dependency
 BuildPromotion getDependOn()
          Return a Build Promotion object we depend on
 
Methods inherited from interface jetbrains.buildServer.util.OptionSupport
getChangedOptions, getOption, setOption
 

Method Detail

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