Uses of Class
com.atlassian.adf.model.node.Status.Color
-
Packages that use Status.Color Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Status.Color in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Status.Color Modifier and Type Method Description Status.ColorStatus. color()static Status.ColorStatus.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static Status.Color[]Status.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node with parameters of type Status.Color Modifier and Type Method Description StatusStatus. color(Status.Color color)Status.Partial.NeedsTextStatus.Partial.NeedsColor. color(Status.Color color)static Status.Partial.NeedsTextStatus. status(Status.Color color)static StatusStatus. status(Status.Color color, String text)Constructors in com.atlassian.adf.model.node with parameters of type Status.Color Constructor Description NeedsText(Status.Color color)
-