-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Epic: Pull RequestsApp supports pull requestsApp supports pull requestsStatus: AvailableIssue is availableIssue is available
Description
Refactor and rename method getPipelines
in class PipelinerService
to return array of Result
objects containing attributes:
type
: Enum - type of data indata
attribute, it can have valuespipeline
orpullRequest
data
: PipelineResult or PullRequestResult -PullRequestResult
object contains:id
: Intname
: String - name of pull requesturl
: String - web url to pull requeststate
: Enum - state of pull request inProgress or merged or closedage
: String - age of pull request formated usingDateService
andcreatedAt
attributeduration
: String - duration of pull request formated usingDateService
andlastActivityAt
attributerepositoryName
: String - name of pull request repository
Metadata
Metadata
Assignees
Labels
Epic: Pull RequestsApp supports pull requestsApp supports pull requestsStatus: AvailableIssue is availableIssue is available