Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
sync-jira
/
gropius.sync.jira.model
/
ChangeLogContainer
ChangeLogContainer
@
Serializable
data
class
ChangeLogContainer
(
val
histories
:
MutableList
<
ChangeLogEntry
>
)
A container for the changelog
Parameters
histories
The changelog entries
Members
Constructors
Change
Log
Container
Link copied to clipboard
constructor
(
histories
:
MutableList
<
ChangeLogEntry
>
)
Properties
histories
Link copied to clipboard
val
histories
:
MutableList
<
ChangeLogEntry
>