Creates a new instance of Git SCM.
Created
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "userName": "abc",
- "password": "abc",
- "branch": "master",
- "commitId": "string",
- "tag": "string"
}
Updates an instance of Git SCM.
Ok
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "userName": "abc",
- "password": "abc",
- "branch": "master",
- "commitId": "string",
- "tag": "string"
}
Create a new instance of Perforce SCM.
Created
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "userName": "abc",
- "password": "abc",
- "branchSpec": "string",
- "changeListNum": "string",
- "label": "string"
}
Updates an instance of Perforce SCM.
Ok
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "userName": "abc",
- "password": "abc",
- "branchSpec": "string",
- "changeListNum": "string",
- "label": "string"
}
Create a new instance of Subversion SCM.
<protocol>://<host>/<svnroot>/<repository>
Created
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "userName": "abc",
- "password": "abc",
- "revisionNumber": "string"
}
Updates an instance of Subversion SCM.
Ok
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "userName": "abc",
- "password": "abc",
- "revisionNumber": "string"
}
Create a new instance of TFS SCM.
<protocol>:<host>:<port>/<tfsroot>/<collection>/<project>
. The URL format for TFS 2016 and above is: <protocol>:<host>:<port>/<collection>/<project>
Created
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "username": "abc",
- "password": "abc",
- "changeSet": "string",
- "label": "string"
}
Updates an instance of TFS SCM.
Ok
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "url": "string",
- "username": "abc",
- "password": "abc",
- "changeSet": "string",
- "label": "string"
}