SourceBuild 프로젝트 목록
    • PDF

    SourceBuild 프로젝트 목록

    • PDF

    Article Summary

    개요

    SourceBuild 프로젝트 목록을 조회합니다.

    요청

    API URL

    GET  {SOURCEPIPELINE_API_URL}/sourcebuild/project
    

    요청 Parameter

    없음

    요청 Query

    항목타입필수여부설명비고
    pageNostringN페이지 넘버 pageNo, pageSize 가 없다면 전체 리스트를 전달required if pageSize exist
    pageSizestringN페이지 사이즈 pageNo, pageSize 가 없다면 전체 리스트를 전달required if pageNo exist
    searchWordstringN검색할 프로젝트 이름 (문자열이 포함되어 있는 프로젝트 리스트를 전달)

    요청 Body

    없음

    응답

    응답 Body

    {
        "projectList": [
            {
                "id": "integer",
                "name": "string",
                "source": {
                    "type": "string",
                    "repository": "string",
                    "branch": "string"
                }
            }
        ]
    }
    
    항목타입설명비고
    idnumberSourceBuild 프로젝트 ID
    namestringSourceBuild 프로젝트의 이름
    source.typestringsource type"SourceCommit" | "GitHub" | "BitBucket"
    source.repositorystring리파지토리 이름
    source.branchstring브랜치 이름
    source.workspace.idnumberBitbucket 워크스페이스 ID
    source.workspace.namestringBitbucket 리파지토리 이름

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.