com.ibm.etools.iseries.remotebuild.actions
Class PushChangesAction
java.lang.Object
Action
com.ibm.etools.iseries.remotebuild.actions.RBAction
com.ibm.etools.iseries.remotebuild.actions.ResourceAction
com.ibm.etools.iseries.remotebuild.actions.PushAction
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
PushChangesAction
public PushChangesAction()
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
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.