|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aragost.javahg.internals.AbstractCommand
com.aragost.javahg.commands.flags.PushCommandFlags
public abstract class PushCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
PushCommandFlags(Repository repository)
|
Method Summary | |
---|---|
PushCommand |
bookmark(String... bookmarks)
Set the --bookmark command line flag. |
PushCommand |
branch(String... branches)
Set the --branch command line flag. |
PushCommand |
force()
Set the --force command line flag. |
String |
getCommandName()
|
PushCommand |
insecure()
Set the --insecure command line flag. |
PushCommand |
newBranch()
Set the --new-branch command line flag. |
static PushCommand |
on(Repository repository)
|
PushCommand |
remotecmd(String cmd)
Set the --remotecmd command line flag. |
PushCommand |
rev(String... revs)
Set the --rev command line flag. |
PushCommand |
ssh(String cmd)
Set the --ssh command line flag. |
Methods inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
cancel, clear, cmdAppend, cmdAppend, cmdAppend, cmdAppend, cmdAppend, doneHook, getErrorString, getRepository, getReturnCode, isSuccessful, launchIterator, launchStream, launchString, needsInputLine, reopenOutputChannelStream, sendLine, toString, withDebugAndChangesetStyle, withDebugFlag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PushCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static PushCommand on(Repository repository)
public PushCommand force()
public PushCommand rev(String... revs)
public PushCommand bookmark(String... bookmarks)
public PushCommand branch(String... branches)
public PushCommand newBranch()
public PushCommand ssh(String cmd)
public PushCommand remotecmd(String cmd)
public PushCommand insecure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |