Package com.cloudogu.scmmanager.scm.api
Class PullRequest
java.lang.Object
de.otto.edison.hal.HalRepresentation
com.cloudogu.scmmanager.scm.api.PullRequest
- All Implemented Interfaces:
ScmManagerObservable
public class PullRequest
extends de.otto.edison.hal.HalRepresentation
implements ScmManagerObservable
-
Constructor Summary
ConstructorDescriptionPullRequest
(String id, Branch targetBranch, Branch sourceBranch, CloneInformation cloneInformation) -
Method Summary
Methods inherited from class de.otto.edison.hal.HalRepresentation
add, getAttribute, getAttributes, getEmbedded, getLinks, toString, withEmbedded, withEmbedded
-
Constructor Details
-
PullRequest
public PullRequest(String id, Branch targetBranch, Branch sourceBranch, CloneInformation cloneInformation)
-
-
Method Details
-
getId
-
getSource
-
getTarget
-
head
- Specified by:
head
in interfaceScmManagerObservable
-
revision
- Specified by:
revision
in interfaceScmManagerObservable
-
equals
- Overrides:
equals
in classde.otto.edison.hal.HalRepresentation
-
hashCode
public int hashCode()- Overrides:
hashCode
in classde.otto.edison.hal.HalRepresentation
-