org.eclipse.jgit.api
Class RebaseCommand.Step

java.lang.Object
  extended by org.eclipse.jgit.api.RebaseCommand.Step
Enclosing class:
RebaseCommand

public static class RebaseCommand.Step
extends Object

Describes single rebase step


Method Summary
 RebaseCommand.Action getAction()
           
 AbbreviatedObjectId getCommit()
           
 byte[] getShortMessage()
           
 void setAction(RebaseCommand.Action action)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAction

public RebaseCommand.Action getAction()
Returns:
rebase action type

setAction

public void setAction(RebaseCommand.Action action)
Parameters:
action -

getCommit

public AbbreviatedObjectId getCommit()
Returns:
abbreviated commit SHA-1 of commit that action will be performed on

getShortMessage

public byte[] getShortMessage()
Returns:
short message commit of commit that action will be performed on

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.