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 Branch.integrate(Env env, Vector fents, String branch, StringBuffer sb, String description)
          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.
static Change Branch.integrate(Env env, String source, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
 Change[] Counter.review()
          Determine the changelists that need to be reviewed.
static Change Change.getChange(String number)
           
static Change Change.getChange(String 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(Env env, int number, boolean force)
           
static Change[] Change.getChanges(Env env, String path)
           
static Change[] Change.getChanges(String path)
           
static Change[] Change.getChanges(Env env, String path, int max, String start, String end, boolean use_integs, String ufilter)
           
 Change[] Job.getChanges()
           
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.
 

Methods in com.perforce.api with parameters of type Change
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.
static Change Branch.integrate(Env env, String source, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
static FileEntry FileEntry.openForEdit(Env env, String path, boolean sync, boolean force, boolean lock, Change chng)
          Opens the file on the path for edit under the change.
 void FileEntry.openForEdit(boolean force, boolean lock, Change chng)
          Opens this file for edit.
static FileEntry FileEntry.openForAdd(Env env, String path, Change chng)
          Opens the file on the path for add under the change.
 void FileEntry.openForAdd(Change chng)
          Opens this file for addition.
 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.