public interface CChangelogBuilderType
| Modifier and Type | Method and Description |
|---|---|
void |
addRelease(CRelease release)
Add the given release.
|
void |
addTicketSystem(String name,
URI uri)
Add the ticketing system with the given name and URI.
|
CChangelog |
build()
Construct a changelog with the given releases and ticket systems.
|
void |
setProjectName(String project)
Set the project name.
|
void setProjectName(String project)
project - The project namevoid addTicketSystem(String name, URI uri)
name - The nameuri - The URIvoid addRelease(CRelease release)
release - The releaseCChangelog build()
Copyright © 2014. All rights reserved.