Package | Description |
---|---|
org.guvnor.structure.organizationalunit.config | |
org.guvnor.structure.repositories.changerequest.portable |
Modifier and Type | Method and Description |
---|---|
ChangeRequestComment |
SpaceConfigStorage.loadChangeRequestComment(String repositoryAlias,
Long changeRequestId,
Long changeRequestCommentId) |
Modifier and Type | Method and Description |
---|---|
List<ChangeRequestComment> |
SpaceConfigStorage.loadChangeRequestComments(String repositoryAlias,
Long changeRequestId) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceConfigStorage.saveChangeRequestComment(String repositoryAlias,
Long changeRequestId,
ChangeRequestComment changeRequestComment) |
Modifier and Type | Method and Description |
---|---|
List<ChangeRequestComment> |
PaginatedChangeRequestCommentList.getChangeRequestComments() |
Constructor and Description |
---|
PaginatedChangeRequestCommentList(List<ChangeRequestComment> changeRequestComments,
Integer pageNumber,
Integer pageSize,
Integer total) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.