Class PullRequestData
java.lang.Object
org.jboss.set.pull.processor.data.PullRequestData
-
Constructor Summary
ConstructorsConstructorDescriptionPullRequestData(org.jboss.set.aphrodite.domain.PullRequest pullRequest, StreamComponentDefinition streamComponentDefinition) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.set.aphrodite.domain.PullRequestbooleanbooleanbooleanisMerged()booleanbooleanvoid
-
Constructor Details
-
PullRequestData
public PullRequestData(org.jboss.set.aphrodite.domain.PullRequest pullRequest, StreamComponentDefinition streamComponentDefinition)
-
-
Method Details
-
notRequired
public void notRequired() -
isRequired
public boolean isRequired() -
isDefined
public boolean isDefined() -
getPullRequest
public org.jboss.set.aphrodite.domain.PullRequest getPullRequest() -
getStreamComponentDefinition
-
isMerged
public boolean isMerged() -
isMergeable
public boolean isMergeable() -
isUpgrade
public boolean isUpgrade()
-