org.eclipse.jgit.api
Class RebaseCommand.Step
java.lang.Object
org.eclipse.jgit.api.RebaseCommand.Step
- Enclosing class:
- RebaseCommand
public static class RebaseCommand.Step
- extends java.lang.Object
Describes single rebase step
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.