Klasse StatusMappingDTO.StatusMappingDTOBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusMappingDTO.StatusMappingDTOBuilder
- Umschließende Klasse:
StatusMappingDTO
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
issueTypeId
(String issueTypeId) The issue type for the status mapping.The project for the status mapping.statusMigrations
(List<StatusMigration> statusMigrations) The list of old and new status ID mappings for the specified project and issue type.toString()
-
Methodendetails
-
issueTypeId
The issue type for the status mapping.- Gibt zurück:
this
.
-
projectId
The project for the status mapping.- Gibt zurück:
this
.
-
statusMigrations
public StatusMappingDTO.StatusMappingDTOBuilder statusMigrations(List<StatusMigration> statusMigrations) The list of old and new status ID mappings for the specified project and issue type.- Gibt zurück:
this
.
-
build
-
toString
-