Package adams.gui.flow.menu.git
Class Push
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.flow.menu.AbstractFlowEditorMenuItem
-
- adams.gui.flow.menu.git.AbstractFlowEditorGitMenuItem
-
- adams.gui.flow.menu.git.Push
-
- All Implemented Interfaces:
adams.core.logging.LoggingSupporter
,adams.core.SizeOfHandler
,Serializable
,Comparable<adams.gui.flow.menu.AbstractFlowEditorMenuItem>
public class Push extends AbstractFlowEditorGitMenuItem
Performs a "git push".- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.gui.flow.menu.git.AbstractFlowEditorGitMenuItem
m_Git
-
-
Constructor Summary
Constructors Constructor Description Push()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected adams.gui.action.AbstractBaseAction
newAction()
Creates the action to use.void
update()
Updating the action/menuitem/submenu, based on the current status of the owner.-
Methods inherited from class adams.gui.flow.menu.git.AbstractFlowEditorGitMenuItem
getMenu, initialize, isRemoteRepo, setTransportConfigCallbackIfNecessary, update
-
Methods inherited from class adams.gui.flow.menu.AbstractFlowEditorMenuItem
compareTo, determineCaption, equals, getAction, getMenuItem, getMenuItems, getOwner, getSubMenu, hasAction, hasMenuItem, hasSubMenu, newMenuItem, newSubMenu, setOwner
-
-
-
-
Method Detail
-
newAction
protected adams.gui.action.AbstractBaseAction newAction()
Creates the action to use.- Specified by:
newAction
in classadams.gui.flow.menu.AbstractFlowEditorMenuItem
- Returns:
- the action
-
update
public void update()
Updating the action/menuitem/submenu, based on the current status of the owner.- Specified by:
update
in classadams.gui.flow.menu.AbstractFlowEditorMenuItem
-
-