public class RebaseSetting extends Object
Modifier and Type | Field and Description |
---|---|
String |
permalink
Permalink ID of the upstream to rebase to.
|
long |
revision
Revision to rebase with.
|
Constructor and Description |
---|
RebaseSetting(long revision) |
RebaseSetting(hudson.model.PermalinkProjectAction.Permalink p) |
RebaseSetting(String permalink) |
public final long revision
public RebaseSetting(long revision)
public RebaseSetting(String permalink)
public RebaseSetting(hudson.model.PermalinkProjectAction.Permalink p)
Copyright © 2004-2014. All Rights Reserved.