<< Back to previous view |
![]() |
[QB-2312] Add a getTicket() to the com.pmease.quickbuild.plugin.scm.perforce.PerforceRepository
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Minor |
Reporter: | Benoit Maury-Bouet | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Some times it would be more helpful to get the ticket instead of the password of the user (for instance to create a p4ticket file to be deploy to several machines)
|
Comments |
Comment by Robin Shen [ 07/Feb/15 01:30 AM ] |
This method already exists, just call:
repo.getTicket(repo.userName, repo.password); |