Uses of Interface
com.atlassian.bamboo.build.BuildDetectionResult
-
Packages that use BuildDetectionResult Package Description com.atlassian.bamboo.build com.atlassian.bamboo.v2.trigger -
-
Uses of BuildDetectionResult in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement BuildDetectionResult Modifier and Type Class Description class
BuildDetectionResultImpl
Returned from aBuildDetectionAction
Methods in com.atlassian.bamboo.build that return BuildDetectionResult Modifier and Type Method Description BuildDetectionResult
ConditionalBuildDetectionAction. createBuildContext()
Actual creation of aBuildContext
.@NotNull BuildDetectionResult
UnconditionalBuildDetectionAction. generateResultWithoutChanges()
Creates a result with a new number without doing change detection -
Uses of BuildDetectionResult in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger that return BuildDetectionResult Modifier and Type Method Description BuildDetectionResult
ChangeDetectionListenerAction. createBuildContext()
@NotNull BuildDetectionResult
PluginTriggerBuildDetectionAction. createBuildContext()
@NotNull BuildDetectionResult
AbstractDependentDetectionAction. generateResultWithoutChanges()
@NotNull BuildDetectionResult
ChildDependencyBuildDetectionAction. generateResultWithoutChanges()
@NotNull BuildDetectionResult
ContinuedBuildDetectionAction. generateResultWithoutChanges()
@NotNull BuildDetectionResult
DependentBuildDetectionAction. generateResultWithoutChanges()
@NotNull BuildDetectionResult
InitialBuildDetectionAction. generateResultWithoutChanges()
@NotNull BuildDetectionResult
ManualBuildDetectionAction. generateResultWithoutChanges()
@NotNull BuildDetectionResult
ScheduledBuildDetectionAction. generateResultWithoutChanges()
@NotNull BuildDetectionResult
TagBuildAction. generateResultWithoutChanges()
-