public static class FeatureBranchProperty.IntegrationResult extends Object
Modifier and Type | Field and Description |
---|---|
long |
integrationSource
The commit in the branch that was merged (or attempted to be merged.)
|
long |
mergeCommit
The merge commit in the upstream where the integration is made visible to the upstream.
|
Constructor and Description |
---|
FeatureBranchProperty.IntegrationResult(long mergeCommit,
org.tmatesoft.svn.core.wc.SVNRevision integrationSource) |
public final long mergeCommit
public final long integrationSource
Copyright © 2004-2014. All Rights Reserved.