Class ProjectSummary
-
- All Implemented Interfaces:
public final class ProjectSummary
-
-
Field Summary
Fields Modifier and Type Field Description private final StringgroupIdprivate final StringartifactIdprivate final SessionSummarysessionSummary
-
Constructor Summary
Constructors Constructor Description ProjectSummary(Project project, SessionSummary sessionSummary)ProjectSummary(String groupId, String artifactId, SessionSummary sessionSummary)
-
Method Summary
Modifier and Type Method Description final StringgetGroupId()final StringgetArtifactId()final SessionSummarygetSessionSummary()-
-
Constructor Detail
-
ProjectSummary
ProjectSummary(Project project, SessionSummary sessionSummary)
-
ProjectSummary
ProjectSummary(String groupId, String artifactId, SessionSummary sessionSummary)
-
-
Method Detail
-
getGroupId
final String getGroupId()
-
getArtifactId
final String getArtifactId()
-
getSessionSummary
final SessionSummary getSessionSummary()
-
-
-
-