Uses of Class
com.atlassian.bamboo.v2.build.BuildCancelledDetails.ActionSource
-
Packages that use BuildCancelledDetails.ActionSource Package Description com.atlassian.bamboo.v2.build -
-
Uses of BuildCancelledDetails.ActionSource in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return BuildCancelledDetails.ActionSource Modifier and Type Method Description BuildCancelledDetails.ActionSource
BuildCancelledDetails. getActionSource()
static BuildCancelledDetails.ActionSource
BuildCancelledDetails.ActionSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuildCancelledDetails.ActionSource[]
BuildCancelledDetails.ActionSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildCancelledDetails.ActionSource Constructor Description BuildCancelledDetails(Date cancellationDate, boolean forcedCancellation, BuildCancelledDetails.ActionSource source)
-