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.