public class ProjectProfile extends Object
| Constructor and Description |
|---|
ProjectProfile(Project project) |
| Modifier and Type | Method and Description |
|---|---|
ContinuousOperation |
getEvaluation()
Returns the evaluation time of this project.
|
String |
getPath()
Get the String project path.
|
ProjectState |
getState()
Gets the state of the project after evaluation finishes.
|
TaskExecution |
getTaskProfile(Task task)
Gets the task profiling container for the specified task.
|
CompositeOperation<TaskExecution> |
getTasks()
Returns the task executions for this project.
|
void |
setState(ProjectState state) |
public ProjectProfile(Project project)
public TaskExecution getTaskProfile(Task task)
public CompositeOperation<TaskExecution> getTasks()
public String getPath()
public ContinuousOperation getEvaluation()
public ProjectState getState()
public void setState(ProjectState state)
Copyright © 2013. All rights reserved