Class BugTrackingSystemSynchronizationDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.BugTrackingSystemSynchronizationDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-03T13:16:57.946573385Z[Etc/UTC]")
public class BugTrackingSystemSynchronizationDto
extends Object
BugTrackingSystemSynchronizationDto
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets defaultTestCaseMappingstatic enumGets or Sets synchronizationTypestatic enumGets or Sets systemType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddComponentsItem(JiraComponentDto componentsItem) authorizationKey(String authorizationKey) components(List<JiraComponentDto> components) defaultTestCaseMapping(BugTrackingSystemSynchronizationDto.DefaultTestCaseMappingEnum defaultTestCaseMapping) booleanGet authorizationKey@Valid List<JiraComponentDto> Get componentsGet defaultTestCaseMappingGet projectKeyGet projectNameGet synchronizationTypeGet systemTypeGet systemUrlinthashCode()projectKey(String projectKey) projectName(String projectName) voidsetAuthorizationKey(String authorizationKey) voidsetComponents(List<JiraComponentDto> components) voidsetDefaultTestCaseMapping(BugTrackingSystemSynchronizationDto.DefaultTestCaseMappingEnum defaultTestCaseMapping) voidsetProjectKey(String projectKey) voidsetProjectName(String projectName) voidsetSynchronizationType(BugTrackingSystemSynchronizationDto.SynchronizationTypeEnum synchronizationType) voidvoidsetSystemUrl(String systemUrl) synchronizationType(BugTrackingSystemSynchronizationDto.SynchronizationTypeEnum synchronizationType) toString()
-
Constructor Details
-
BugTrackingSystemSynchronizationDto
public BugTrackingSystemSynchronizationDto()
-
-
Method Details
-
authorizationKey
-
getAuthorizationKey
Get authorizationKey- Returns:
- authorizationKey
-
setAuthorizationKey
-
components
-
addComponentsItem
-
getComponents
Get components- Returns:
- components
-
setComponents
-
defaultTestCaseMapping
public BugTrackingSystemSynchronizationDto defaultTestCaseMapping(BugTrackingSystemSynchronizationDto.DefaultTestCaseMappingEnum defaultTestCaseMapping) -
getDefaultTestCaseMapping
Get defaultTestCaseMapping- Returns:
- defaultTestCaseMapping
-
setDefaultTestCaseMapping
public void setDefaultTestCaseMapping(BugTrackingSystemSynchronizationDto.DefaultTestCaseMappingEnum defaultTestCaseMapping) -
projectKey
-
getProjectKey
Get projectKey- Returns:
- projectKey
-
setProjectKey
-
projectName
-
getProjectName
Get projectName- Returns:
- projectName
-
setProjectName
-
synchronizationType
public BugTrackingSystemSynchronizationDto synchronizationType(BugTrackingSystemSynchronizationDto.SynchronizationTypeEnum synchronizationType) -
getSynchronizationType
Get synchronizationType- Returns:
- synchronizationType
-
setSynchronizationType
public void setSynchronizationType(BugTrackingSystemSynchronizationDto.SynchronizationTypeEnum synchronizationType) -
systemType
public BugTrackingSystemSynchronizationDto systemType(BugTrackingSystemSynchronizationDto.SystemTypeEnum systemType) -
getSystemType
Get systemType- Returns:
- systemType
-
setSystemType
-
systemUrl
-
getSystemUrl
Get systemUrl- Returns:
- systemUrl
-
setSystemUrl
-
equals
-
hashCode
public int hashCode() -
toString
-