public interface VcsPullRequest extends BambooIdProvider, CreationDateProvider
ORDERING
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
Date |
getLastModificationDate() |
String |
getSource() |
Long |
getSourceRepositoryId() |
String |
getTarget() |
long |
getTargetRepositoryId() |
default boolean |
isFromFork() |
boolean |
isOpen() |
getId
getCreationDate
String getKey()
@Nullable Long getSourceRepositoryId()
long getTargetRepositoryId()
@NotNull String getSource()
@NotNull String getTarget()
boolean isOpen()
Date getLastModificationDate()
default boolean isFromFork()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.