public class TaskInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskInfo.Phase
Represents kind of task phase.
|
Constructor and Description |
---|
TaskInfo(String id,
TaskInfo.Phase phase,
String moduleName,
String profileName,
Collection<String> blockers)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getBlockers()
Returns the blocker task IDs.
|
String |
getId()
Returns the task ID.
|
String |
getModuleName()
Returns the module name.
|
TaskInfo.Phase |
getPhase()
Returns the phase.
|
String |
getProfileName()
Returns the profile name.
|
int |
hashCode() |
String |
toString() |
public TaskInfo(String id, TaskInfo.Phase phase, String moduleName, String profileName, Collection<String> blockers)
id
- the task IDphase
- the task phasemoduleName
- the module nameprofileName
- the profile nameblockers
- the blocker task IDpublic String getId()
public TaskInfo.Phase getPhase()
public String getModuleName()
public String getProfileName()
null
if it is not definedpublic Set<String> getBlockers()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.