Uses of Interface
com.atlassian.bamboo.v2.build.CurrentBuildResult
-
Packages that use CurrentBuildResult Package Description com.atlassian.bamboo.v2.build com.atlassian.bamboo.v2.build.task com.atlassian.bamboo.vcs.configuration.legacy -
-
Uses of CurrentBuildResult in com.atlassian.bamboo.v2.build
Classes in com.atlassian.bamboo.v2.build that implement CurrentBuildResult Modifier and Type Class Description class
CurrentBuildResultImpl
Methods in com.atlassian.bamboo.v2.build that return CurrentBuildResult Modifier and Type Method Description @NotNull CurrentBuildResult
BuildContext. getBuildResult()
The information about the results of a build@NotNull CurrentBuildResult
BuildContextImpl. getBuildResult()
-
Uses of CurrentBuildResult in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type CurrentBuildResult Modifier and Type Method Description protected void
AbstractBuildTask. calculateBuildAndLifeCycleState(CurrentBuildResult buildResult, List<TaskResult> taskResults)
-
Uses of CurrentBuildResult in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return CurrentBuildResult Modifier and Type Method Description @NotNull CurrentBuildResult
DeploymentRepositoryBuildContext. getBuildResult()
-