Uses of Class
com.atlassian.bamboo.plugins.stash.StashKeyUpdateStatus.Status
-
Packages that use StashKeyUpdateStatus.Status Package Description com.atlassian.bamboo.plugins.stash -
-
Uses of StashKeyUpdateStatus.Status in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return StashKeyUpdateStatus.Status Modifier and Type Method Description @NotNull StashKeyUpdateStatus.Status
StashKeyUpdateStatus. getStatus()
static StashKeyUpdateStatus.Status
StashKeyUpdateStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static StashKeyUpdateStatus.Status[]
StashKeyUpdateStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.plugins.stash with parameters of type StashKeyUpdateStatus.Status Modifier and Type Method Description StashKeyUpdateStatus.StashKeyUpdateStatusBuilder
StashKeyUpdateStatus.StashKeyUpdateStatusBuilder. status(StashKeyUpdateStatus.Status s)
-