Pipeliner service can work with multiple version control services #6
Labels
Epic: Multiple VCS
App supports multiple version control services
Status: Available
Issue is available
PipelinerService
holds instances ofGitLabService
,DateService
and newly addedGitHubService
ofBitBucketService
. Existing methodgetProjectName
has parameterconfig
which contains type of version control service and data for making project name API call.Method
getPipelines
can work with multiple version control services. It uses saved configurations to distinguish version control service.Depends on #2 and #1
The text was updated successfully, but these errors were encountered: