Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/GitInterfaces
GitPushEventData
Interface GitPushEventData
interface
GitPushEventData
{
afterId
?:
string
;
beforeId
?:
string
;
branch
?:
string
;
commits
?:
GitCommit
[]
;
repository
?:
GitRepository
;
}
Index
Properties
after
Id?
before
Id?
branch?
commits?
repository?
Properties
Optional
after
Id
afterId
?:
string
Optional
before
Id
beforeId
?:
string
Optional
branch
branch
?:
string
Optional
commits
commits
?:
GitCommit
[]
Optional
repository
repository
?:
GitRepository
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
after
Id
before
Id
branch
commits
repository
azure-devops-node-api
Loading...