Class ReportPublication
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ReportPublication implements Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classReportPublication.Repositorypublic enumReportPublication.Outcome
-
Field Summary
Fields Modifier and Type Field Description private final StringgroupIdprivate final StringartifactIdprivate final Stringversionprivate final ReportPublication.Repositoryrepositoryprivate final ReportPublication.Outcomeoutcomeprivate final List<String>artifacts
-
Constructor Summary
Constructors Constructor Description ReportPublication(String groupId, String artifactId, String version, ReportPublication.Repository repository, ReportPublication.Outcome outcome, List<String> artifacts)
-
Method Summary
Modifier and Type Method Description final StringgetGroupId()final StringgetArtifactId()final StringgetVersion()final ReportPublication.RepositorygetRepository()final ReportPublication.OutcomegetOutcome()final List<String>getArtifacts()-
-
Constructor Detail
-
ReportPublication
ReportPublication(String groupId, String artifactId, String version, ReportPublication.Repository repository, ReportPublication.Outcome outcome, List<String> artifacts)
-
-
Method Detail
-
getGroupId
final String getGroupId()
-
getArtifactId
final String getArtifactId()
-
getVersion
final String getVersion()
-
getRepository
final ReportPublication.Repository getRepository()
-
getOutcome
final ReportPublication.Outcome getOutcome()
-
getArtifacts
final List<String> getArtifacts()
-
-
-
-