|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommitException | |
|---|---|
| com.perforce.api | Provides legacy perforce.com API classes. |
| Uses of CommitException in com.perforce.api |
|---|
| Methods in com.perforce.api that throw CommitException | |
|---|---|
void |
Client.commit()
|
void |
Change.commit()
|
void |
Label.commit()
|
void |
Counter.commit()
|
void |
Branch.commit()
|
void |
Job.commit()
|
abstract void |
SourceControlObject.commit()
Stores this object back into Perforce, creating it if it didn't already exist. |
abstract void |
Mapping.commit()
|
void |
Cacheable.commit()
Stores this object back into Perforce, creating it if it didn't already exist. |
static Change |
Branch.integrate(Env env,
java.util.Vector fents,
java.lang.String branch,
java.lang.StringBuffer sb,
java.lang.String description)
Integrate a set of files using the named branch. |
void |
Client.store()
Deprecated. Use commit() instead. |
void |
Change.store()
Deprecated. Use commit() instead. |
void |
Label.store()
Deprecated. Use commit() instea.d |
void |
Branch.store()
Deprecated. Use commit() instead. |
void |
Job.store()
Deprecated. Use commit() instead. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||