Class PullRequestData
- java.lang.Object
-
- org.jboss.set.pull.processor.data.PullRequestData
-
public class PullRequestData extends Object
-
-
Constructor Summary
Constructors Constructor Description PullRequestData(org.jboss.set.aphrodite.domain.PullRequest pullRequest, StreamComponentDefinition streamComponentDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.set.aphrodite.domain.PullRequestgetPullRequest()StreamComponentDefinitiongetStreamComponentDefinition()booleanisDefined()booleanisMergeable()booleanisMerged()booleanisRequired()booleanisUpgrade()voidnotRequired()
-
-
-
Constructor Detail
-
PullRequestData
public PullRequestData(org.jboss.set.aphrodite.domain.PullRequest pullRequest, StreamComponentDefinition streamComponentDefinition)
-
-
Method Detail
-
notRequired
public void notRequired()
-
isRequired
public boolean isRequired()
-
isDefined
public boolean isDefined()
-
getPullRequest
public org.jboss.set.aphrodite.domain.PullRequest getPullRequest()
-
getStreamComponentDefinition
public StreamComponentDefinition getStreamComponentDefinition()
-
isMerged
public boolean isMerged()
-
isMergeable
public boolean isMergeable()
-
isUpgrade
public boolean isUpgrade()
-
-