We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and rename method getPipelines in class PipelinerService to return array of Result objects containing attributes:
getPipelines
PipelinerService
Result
type
data
pipeline
pullRequest
PullRequestResult
id
name
url
state
age
DateService
createdAt
duration
lastActivityAt
repositoryName
Depends on #12, #13 and #14
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refactor and rename method
getPipelines
in classPipelinerService
to return array ofResult
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 repositoryDepends on #12, #13 and #14
The text was updated successfully, but these errors were encountered: