public class YMLChangelogEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
List<YMLChangelogEntryAuthor> |
authors |
List<YMLChangelogEntryConfiguration> |
configurations |
List<String> |
importantNotes |
List<Long> |
issues |
List<YMLChangelogEntryLink> |
links |
List<Long> |
mergeRequests |
String |
title |
YMLChangelogEntryType |
type |
| Constructor and Description |
|---|
YMLChangelogEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
anySetter(String key,
Object value) |
static YMLChangelogEntry |
of(ChangelogEntry entry) |
static YMLChangelogEntry |
of(InputStream input) |
ChangelogEntry |
to() |
String |
toYMLString() |
public String title
public List<YMLChangelogEntryAuthor> authors
public List<YMLChangelogEntryLink> links
public YMLChangelogEntryType type
public List<YMLChangelogEntryConfiguration> configurations
public static YMLChangelogEntry of(InputStream input)
public String toYMLString()
public ChangelogEntry to()
public static YMLChangelogEntry of(ChangelogEntry entry)
Copyright © 2023. All rights reserved.