Package com.atlassian.adf.model.node
Class Status.Partial.NeedsColor
- java.lang.Object
-
- com.atlassian.adf.model.node.Status.Partial.NeedsColor
-
- Enclosing interface:
- Status.Partial
public static class Status.Partial.NeedsColor extends Object
This partially constructedstatusstill needs itscolorattribute set.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Status.Partial.NeedsTextblue()Status.Partial.NeedsTextcolor(Status.Color color)Status.Partial.NeedsTextgreen()Status.Partial.NeedsTextneutral()Status.Partial.NeedsTextpurple()Status.Partial.NeedsTextred()Status.Partial.NeedsTextyellow()
-
-
-
Method Detail
-
color
@CheckReturnValue public Status.Partial.NeedsText color(Status.Color color)
-
neutral
@CheckReturnValue public Status.Partial.NeedsText neutral()
-
purple
@CheckReturnValue public Status.Partial.NeedsText purple()
-
blue
@CheckReturnValue public Status.Partial.NeedsText blue()
-
red
@CheckReturnValue public Status.Partial.NeedsText red()
-
yellow
@CheckReturnValue public Status.Partial.NeedsText yellow()
-
green
@CheckReturnValue public Status.Partial.NeedsText green()
-
-