Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 980 Bytes

File metadata and controls

39 lines (26 loc) · 980 Bytes

GitRepositoryResource

Properties

Name Type Description Notes
id Long [optional]
testProjectId Long [optional]
name String [optional]
repository String [optional]
branch String [optional]
username String [optional]
password String [optional]
projectId Long [optional]
teamId Long [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]
description String [optional]
vcsType VcsTypeEnum [optional]

Enum: VcsTypeEnum

Name Value
GITHUB "GITHUB"
GITLAB "GITLAB"
BITBUCKET "BITBUCKET"
OTHERS "OTHERS"

Implemented Interfaces

  • Serializable