Uses of Enum Class
com.atlassian.bitbucket.server.OperatingSystem
Packages that use OperatingSystem
-
Uses of OperatingSystem in com.atlassian.bitbucket.event.server
Methods in com.atlassian.bitbucket.event.server that return OperatingSystemModifier and TypeMethodDescriptionOperatingSystemChangedEvent.getNewValue()
OperatingSystemChangedEvent.getOldValue()
Constructors in com.atlassian.bitbucket.event.server with parameters of type OperatingSystemModifierConstructorDescriptionOperatingSystemChangedEvent
(Object source, OperatingSystem newValue, OperatingSystem oldValue) -
Uses of OperatingSystem in com.atlassian.bitbucket.server
Methods in com.atlassian.bitbucket.server that return OperatingSystemModifier and TypeMethodDescriptionstatic OperatingSystem
Returns the enum constant of this class with the specified name.static OperatingSystem[]
OperatingSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared.