Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.remotebuild.actions
Class PushChangesAction

java.lang.Object
  extended by Action
      extended by com.ibm.etools.iseries.remotebuild.actions.RBAction
          extended by com.ibm.etools.iseries.remotebuild.actions.ResourceAction
              extended by com.ibm.etools.iseries.remotebuild.actions.PushAction
                  extended by com.ibm.etools.iseries.remotebuild.actions.PushChangesAction

public class PushChangesAction
extends PushAction

Implements the specialization of the abstract PushAction for the resources changed since the last push action.


Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.iseries.remotebuild.actions.PushAction
copyright
 
Constructor Summary
PushChangesAction()
           
 
Method Summary
protected  RBStatus checkResources(List resources)
          Checks the list of resource deltas to be pushed.
protected  Collection<String> getPushedProperties(RBResourceDelta delta)
           
protected  String getTaskName()
          Returns the displayable task name for this operation.
protected  void markResources(RBResourceDelta delta)
          Marks the resources in the delta tree if they've been changed since the last time they were pushed.
 
Methods inherited from class com.ibm.etools.iseries.remotebuild.actions.PushAction
markDescendants, run, setProgressMonitor, verifyAncestors
 
Methods inherited from class com.ibm.etools.iseries.remotebuild.actions.ResourceAction
connect, getSelection, setSelection
 
Methods inherited from class com.ibm.etools.iseries.remotebuild.actions.RBAction
getRunnableContext, getShell, getStatus, isCanceled, setCanceled, setRunnableContext, setShell, setStatus, showStatusMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

PushChangesAction

public PushChangesAction()
Method Detail

checkResources

protected RBStatus checkResources(List resources)
Checks the list of resource deltas to be pushed. This check will return an error status if the names of the resources are not valid on the target system.

Specified by:
checkResources in class PushAction
See Also:
com.ibm.etools.iseries.remotebuild.styles.PushAction#checkResources(List)

markResources

protected void markResources(RBResourceDelta delta)
Marks the resources in the delta tree if they've been changed since the last time they were pushed.

Specified by:
markResources in class PushAction

getTaskName

protected String getTaskName()
Returns the displayable task name for this operation.

Specified by:
getTaskName in class PushAction
See Also:
PushAction.getTaskName()

getPushedProperties

protected Collection<String> getPushedProperties(RBResourceDelta delta)
Specified by:
getPushedProperties in class PushAction

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.