public static class BitbucketCloudPushEvent.ChangeImpl extends Object implements BitbucketPushEvent.Change
Constructor and Description |
---|
ChangeImpl() |
Modifier and Type | Method and Description |
---|---|
BitbucketCloudPushEvent.ReferenceImpl |
getNew() |
BitbucketCloudPushEvent.ReferenceImpl |
getOld() |
boolean |
isClosed() |
boolean |
isCreated() |
void |
setClosed(boolean closed) |
void |
setCreated(boolean created) |
void |
setNew(BitbucketCloudPushEvent.ReferenceImpl newRef) |
void |
setOld(BitbucketCloudPushEvent.ReferenceImpl oldRef) |
public BitbucketCloudPushEvent.ReferenceImpl getNew()
getNew
in interface BitbucketPushEvent.Change
public void setNew(BitbucketCloudPushEvent.ReferenceImpl newRef)
public BitbucketCloudPushEvent.ReferenceImpl getOld()
getOld
in interface BitbucketPushEvent.Change
public void setOld(BitbucketCloudPushEvent.ReferenceImpl oldRef)
public boolean isCreated()
isCreated
in interface BitbucketPushEvent.Change
public void setCreated(boolean created)
public boolean isClosed()
isClosed
in interface BitbucketPushEvent.Change
public void setClosed(boolean closed)
Copyright © 2016–2022. All rights reserved.