Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.repository.issue
gropius.repository.issue
Types
Types
Artefact
Repository
Link copied to clipboard
@
Repository
interface
ArtefactRepository
:
GropiusRepository
<
Artefact
,
String
>
Repository for
Artefact
Issue
Repository
Link copied to clipboard
@
Repository
interface
IssueRepository
:
GropiusRepository
<
Issue
,
String
>
Repository for
Issue
Label
Repository
Link copied to clipboard
@
Repository
interface
LabelRepository
:
GropiusRepository
<
Label
,
String
>
Repository for
Label