Class SessionSummary
-
- All Implemented Interfaces:
public final class SessionSummary
-
-
Constructor Summary
Constructors Constructor Description SessionSummary(SessionProfile sessionProfile)SessionSummary(String id, Project project, String branch, String username, List<String> goals, String hostname, Status status)
-
Method Summary
Modifier and Type Method Description final StringgetId()final ProjectgetProject()final StringgetBranch()final StringgetUsername()final List<String>getGoals()final StringgetHostname()final StatusgetStatus()-
-
Method Detail
-
getProject
final Project getProject()
-
getUsername
final String getUsername()
-
getHostname
final String getHostname()
-
-
-
-