Perforce

Uses of Class
com.perforce.api.Change

Uses of Change in com.perforce.api
 

Methods in com.perforce.api that return Change
 Change[] Job.getChanges()
           
static Change[] Job.getChangeFixes(Env env, String jobname, String[] files)
           
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)
           
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.
static Change Branch.integrate(Env env, String source, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
 

Methods in com.perforce.api with parameters of type Change
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.
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, String source, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
 

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.