|
Deprecated Methods |
com.perforce.api.Change.deleteEmptyChange()
Use delete method instead. |
com.perforce.api.Branch.getBranches()
|
com.perforce.api.Client.getClients()
|
com.perforce.api.Label.getLabels()
Use getLabels(Env) instead. |
com.perforce.api.User.getUser(String)
Use method with Env parameter. |
com.perforce.api.FileEntry.HTMLEncode(String)
Don't use this anymore. |
com.perforce.api.Label.loadLabels()
Use loadLabels(Env, String) instead. |
com.perforce.api.Label.lookupLabels(String)
Use
lookupLabels(Env, String)
instead. |
com.perforce.api.Utils.main(String[])
Useful for testing, but should not be documented. |
com.perforce.api.Change.main(String[])
Actually in use, but this keeps it out of the docs. |
com.perforce.api.JobField.main(String[])
Actually in use, but this keeps it out of the docs. |
com.perforce.api.Counter.main(String[])
Actually in use, but this keeps it out of the docs. |
com.perforce.api.Job.main(String[])
Actually in use, but this keeps it out of the docs. |
com.perforce.api.User.main(String[])
Actually in use, but this keeps it out of the docs. |
com.perforce.api.Client.main(String[])
Actually in use, but this keeps it out of the docs. |
com.perforce.api.Branch.store()
Use commit() instead. |
com.perforce.api.Label.store()
Use commit() instea.d |
com.perforce.api.Change.store()
Use commit() instead. |
com.perforce.api.Job.store()
Use commit() instead. |
com.perforce.api.Client.store()
Use commit() instead. |
com.perforce.api.FileEntry.syncMySpace(Env, String)
|