Uses of Interface
com.atlassian.bamboo.v2.build.CurrentResult
-
Packages that use CurrentResult Package Description com.atlassian.bamboo.deployments.execution com.atlassian.bamboo.v2.build com.atlassian.bamboo.v2.build.task com.atlassian.bamboo.vcs.configuration.legacy -
-
Uses of CurrentResult in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return CurrentResult Modifier and Type Method Description CurrentResult
DeploymentContextImpl. getCurrentResult()
-
Uses of CurrentResult in com.atlassian.bamboo.v2.build
Subinterfaces of CurrentResult in com.atlassian.bamboo.v2.build Modifier and Type Interface Description interface
CurrentBuildResult
Interface that defines the partial output of a plan being builtClasses in com.atlassian.bamboo.v2.build that implement CurrentResult Modifier and Type Class Description class
CurrentBuildResultImpl
class
CurrentResultImpl
Methods in com.atlassian.bamboo.v2.build that return CurrentResult Modifier and Type Method Description @NotNull CurrentResult
BuildContextImpl. getCurrentResult()
CurrentResult
CommonContext. getCurrentResult()
-
Uses of CurrentResult in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type CurrentResult Modifier and Type Method Description static void
BuildStateHelper. calculateBuildAndLifeCycleState(CurrentResult buildResult, List<TaskResult> taskResults)
-
Uses of CurrentResult in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return CurrentResult Modifier and Type Method Description CurrentResult
DeploymentRepositoryBuildContext. getCurrentResult()
-