Perforce

Uses of Class
com.perforce.api.Change

Uses of Change in com.perforce.api
 

Methods in com.perforce.api that return Change
static Change Change.getChange(Env env, int number, boolean force)
           
static Change Change.getChange(Env env, String number, boolean force)
           
static Change Change.getChange(int number)
           
static Change Change.getChange(int number, boolean force)
           
static Change Change.getChange(String number)
           
static Change Change.getChange(String number, boolean force)
           
static Change[] Job.getChangeFixes(Env env, String jobname, String[] files)
          Returns an array of changes that are fixed by the named job, limited to the list of files if specified.
 Change[] Job.getChanges()
           
static Change[] Change.getChanges(Env env, String path)
           
static Change[] Change.getChanges(Env env, String path, int max, String start, String end, boolean use_integs, String ufilter)
           
static Change[] Change.getChanges(String path)
           
static Change Branch.integrate(Env env, String source, String target, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
static Change Branch.integrate(Env env, Vector fents, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
static Change Branch.integrate(Env env, Vector fents, String branch, StringBuffer sb, String description)
          Integrate a set of files using the named branch.
 Change Branch.integrate(String source, StringBuffer sb, Change c)
          Class method for integrating using the instantiated Branch.
 Change[] Counter.review()
          Determine the changelists that need to be reviewed.
 

Methods in com.perforce.api with parameters of type Change
static Change Branch.integrate(Env env, String source, String target, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
static Change Branch.integrate(Env env, Vector fents, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
 Change Branch.integrate(String source, StringBuffer sb, Change c)
          Class method for integrating using the instantiated Branch.
 void FileEntry.openForAdd(Change chng)
          Opens this file for addition.
static FileEntry FileEntry.openForAdd(Env env, String path, Change chng)
          Opens the file on the path for add under the change.
 void FileEntry.openForDelete(Change chng)
          Opens this file for deletion.
 void FileEntry.openForEdit(boolean lock, Change chng)
          Opens this file for edit.
static FileEntry FileEntry.openForEdit(Env env, String path, boolean sync, boolean lock, Change chng)
          Opens the file on the path for edit under the change.
 void FileEntry.reopen(String type, Change chng)
          Reopens the file with the new type or in the new change list.
 

Constructors in com.perforce.api with parameters of type Change
RobotMessage(Change change)
          Deprecated. Constructs a RobotMessage using the specified Change.
 


Perforce

Copyright © 2001, Perforce Software, All rights reserved.