File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,14 @@ package nextgen
11
11
12
12
// This contains details of Gitlab connectors
13
13
type GitlabConnector struct {
14
- Url string `json:"url"`
15
- ValidationRepo string `json:"validationRepo,omitempty"`
16
- Authentication * GitlabAuthentication `json:"authentication"`
17
- ApiAccess * GitlabApiAccess `json:"apiAccess,omitempty"`
18
- DelegateSelectors []string `json:"delegateSelectors,omitempty"`
19
- Type_ GitConnectorType `json:"type"`
14
+ Url string `json:"url"`
15
+ ValidationRepo string `json:"validationRepo,omitempty"`
16
+ Authentication * GitlabAuthentication `json:"authentication"`
17
+ ApiAccess * GitlabApiAccess `json:"apiAccess,omitempty"`
18
+ DelegateSelectors []string `json:"delegateSelectors,omitempty"`
19
+ ExecuteOnDelegate bool `json:"executeOnDelegate"`
20
+ Proxy bool `json:"proxy"`
21
+ IgnoreTestConnection bool `json:"ignoreTestConnection"`
22
+ Type_ string `json:"type"`
23
+ ConnectorType string `json:"connectorType"`
20
24
}
You can’t perform that action at this time.
0 commit comments