Interface BuildDependencyEx
-
- All Superinterfaces:
BuildDependency
,Comparable<BuildDependencyEx>
,DependencyOptions
,OptionSupport
- All Known Implementing Classes:
BuildDependencyImpl
public interface BuildDependencyEx extends BuildDependency, Comparable<BuildDependencyEx>
- Author:
- Sergey.Anchipolevsky Date: 25.06.2008
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.serverSide.dependency.DependencyOptions
DependencyOptions.BuildContinuationMode
-
-
Field Summary
-
Fields inherited from interface jetbrains.buildServer.serverSide.dependency.DependencyOptions
RUN_BUILD_IF_DEPENDENCY_FAILED, RUN_BUILD_IF_DEPENDENCY_FAILED_TO_START, RUN_BUILD_ON_THE_SAME_AGENT, SYNCHRONIZE_REVISIONS, TAKE_STARTED_BUILD_WITH_SAME_REVISIONS, TAKE_SUCCESSFUL_BUILDS_ONLY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildPromotionEx
getDependent()
Return a Build Promotion which has this dependencyBuildPromotionEx
getDependOn()
Return a Build Promotion object we depend onint
getOptionsMask()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface jetbrains.buildServer.util.OptionSupport
getChangedOptions, getDeclaredOption, getOption, getOptionDefaultValue, getOptions, getOwnOptions, setOption
-
-
-
-
Method Detail
-
getDependOn
@NotNull BuildPromotionEx getDependOn()
Description copied from interface:BuildDependency
Return a Build Promotion object we depend on- Specified by:
getDependOn
in interfaceBuildDependency
- Returns:
- see above
-
getDependent
@NotNull BuildPromotionEx getDependent()
Description copied from interface:BuildDependency
Return a Build Promotion which has this dependency- Specified by:
getDependent
in interfaceBuildDependency
- Returns:
- see above
-
getOptionsMask
int getOptionsMask()
-
-