Search
Preparing search index...
The search index is not available
@dxdeveloperexperience/hygie
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CreatePullRequestRunnable
Class CreatePullRequestRunnable
CreatePullRequestRunnable
creates a new PR or MR.
Hierarchy
Runnable
CreatePullRequestRunnable
Index
Constructors
constructor
Properties
env
Var
Accessor
github
Service
gitlab
Service
google
Analytics
name
Methods
run
Constructors
constructor
new
Create
Pull
Request
Runnable
(
githubService
:
GithubService
, gitlabService
:
GitlabService
, googleAnalytics
:
Visitor
, envVarAccessor
:
EnvVarAccessor
)
:
CreatePullRequestRunnable
Parameters
githubService:
GithubService
gitlabService:
GitlabService
googleAnalytics:
Visitor
envVarAccessor:
EnvVarAccessor
Returns
CreatePullRequestRunnable
Properties
Private
env
Var
Accessor
env
Var
Accessor
:
EnvVarAccessor
Private
github
Service
github
Service
:
GithubService
Private
gitlab
Service
gitlab
Service
:
GitlabService
Private
google
Analytics
google
Analytics
:
Visitor
name
name
:
string
Methods
run
run
(
callbackType
:
CallbackType
, ruleResult
:
RuleResult
, args
:
CreatePullRequestArgs
)
:
Promise
<
void
>
Parameters
callbackType:
CallbackType
ruleResult:
RuleResult
args:
CreatePullRequestArgs
Returns
Promise
<
void
>
Globals
Create
Pull
Request
Runnable
constructor
env
Var
Accessor
github
Service
gitlab
Service
google
Analytics
name
run
Generated using
TypeDoc
CreatePullRequestRunnable
creates a new PR or MR.