Uses of Enum Class
com.atlassian.bamboo.v2.build.BuildCancelledDetails.ActionSource
Packages that use BuildCancelledDetails.ActionSource
-
Uses of BuildCancelledDetails.ActionSource in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return BuildCancelledDetails.ActionSourceModifier and TypeMethodDescriptionBuildCancelledDetails.getActionSource()
Returns the enum constant of this class with the specified name.static BuildCancelledDetails.ActionSource[]
BuildCancelledDetails.ActionSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildCancelledDetails.ActionSourceModifierConstructorDescriptionBuildCancelledDetails
(Date cancellationDate, boolean forcedCancellation, BuildCancelledDetails.ActionSource source)