Package | Description |
---|---|
com.asakusafw.info.task |
Asakusa task information models.
|
Modifier and Type | Method and Description |
---|---|
TaskInfo.Phase |
TaskInfo.getPhase()
Returns the phase.
|
static TaskInfo.Phase |
TaskInfo.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskInfo.Phase[] |
TaskInfo.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<TaskInfo.Phase,List<TaskInfo>> |
TaskListAttribute.getPhases()
Returns the available phases.
|
Constructor and Description |
---|
TaskInfo(String id,
TaskInfo.Phase phase,
String moduleName,
String profileName,
Collection<String> blockers)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.