Uses of Record Class
com.atlassian.bamboo.plugins.github.webhooks.events.dtos.PullRequestRefDto
Packages that use PullRequestRefDto
Package
Description
-
Uses of PullRequestRefDto in com.atlassian.bamboo.plugins.git.rest.entity
Methods in com.atlassian.bamboo.plugins.git.rest.entity that return PullRequestRefDto -
Uses of PullRequestRefDto in com.atlassian.bamboo.plugins.github.webhooks.events.dtos
Methods in com.atlassian.bamboo.plugins.github.webhooks.events.dtos that return PullRequestRefDtoModifier and TypeMethodDescriptionPullRequestDto.destination()
Returns the value of thedestination
record component.PullRequestDto.source()
Returns the value of thesource
record component.Constructors in com.atlassian.bamboo.plugins.github.webhooks.events.dtos with parameters of type PullRequestRefDtoModifierConstructorDescriptionPullRequestDto
(String id, PullRequestRefDto destination, PullRequestRefDto source, String state) Creates an instance of aPullRequestDto
record class.