|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PerforceException | |
|---|---|
| com.tek42.perforce.parse | Provides a the classes necessary for parsing p4 output and for writing to p4. |
| com.tek42.perforce.process | Provides objects for interacting with processes. |
| hudson.plugins.perforce | |
| Uses of PerforceException in com.tek42.perforce.parse |
|---|
| Methods in com.tek42.perforce.parse that throw PerforceException | |
|---|---|
T |
AbstractFormBuilder.build(java.lang.StringBuilder sb)
|
Changelist |
ChangelistBuilder.build(java.lang.StringBuilder sb)
|
T |
Builder.build(java.lang.StringBuilder sb)
This should assemble an object from a string value. |
Counter |
CounterBuilder.build(java.lang.StringBuilder sb)
|
abstract T |
AbstractFormBuilder.buildForm(java.util.Map<java.lang.String,java.lang.String> fields)
Should return a new object set with the data from fields. |
Label |
LabelBuilder.buildForm(java.util.Map<java.lang.String,java.lang.String> fields)
|
User |
UserBuilder.buildForm(java.util.Map<java.lang.String,java.lang.String> fields)
|
Group |
GroupBuilder.buildForm(java.util.Map<java.lang.String,java.lang.String> fields)
|
Workspace |
WorkspaceBuilder.buildForm(java.util.Map<java.lang.String,java.lang.String> fields)
|
boolean |
Status.exists(java.lang.String path)
Checks the specified path to see if it exists in the depot. |
Changelist |
Changes.getChangelist(int number)
Returns a single changelist specified by its number. |
java.util.List<Changelist> |
Changes.getChangelists(java.lang.String path,
int lastChange,
int limit)
Returns a list of changelists that match the parameters |
java.util.List<Changelist> |
Changes.getChangelistsFromNumbers(java.util.List<java.lang.Integer> numbers)
Converts a list of numbers to a list of changes. |
java.util.List<java.lang.Integer> |
Changes.getChangeNumbers(java.lang.String path,
int start,
int limit)
A lightweight call to return changelist numbers for a given path. |
java.util.List<java.lang.Integer> |
Changes.getChangeNumbersInRange(Workspace workspace,
int first,
int last)
Return the change numbers in the range [first, last] that apply to the specified workspace. |
java.util.List<java.lang.Integer> |
Changes.getChangeNumbersTo(java.lang.String path,
int untilChange)
Returns a list of changenumbers that start with the most recent change and work back to the specified change. |
java.util.List<java.lang.Integer> |
Changes.getChangeNumbersTo(java.lang.String workspace,
java.lang.String path,
int untilChange)
Returns a list of changenumbers that start with the most recent change and work back to the specified change. |
Counter |
Counters.getCounter(java.lang.String name)
Returns a counter specified by name. |
java.util.List<Counter> |
Counters.getCounters()
Returns a list of counters in the system. |
Group |
Groups.getGroup(java.lang.String name)
Retrieves a single group specified by name. |
java.util.List<Group> |
Groups.getGroups()
Retrieves all groups in the perforce server. |
Label |
Labels.getLabel(java.lang.String name)
Returns a label specified by name. |
java.util.List<Label> |
Labels.getLabels(java.lang.String path)
Returns a list of labels in the system. |
protected java.lang.StringBuilder |
AbstractPerforceTemplate.getPerforceResponse(java.lang.String[] cmd)
Executes a perforce command and returns the output as a StringBuilder. |
protected java.util.List<java.lang.String> |
AbstractPerforceTemplate.getRawPerforceResponseLines(java.lang.String[] cmd)
Executes a p4 command and returns the output as list of lines. |
Workspace |
Workspaces.getWorkspace(java.lang.String name)
Returns a workspace specified by name. |
boolean |
Status.isValid()
Checks the environment to see if it is valid. |
protected void |
AbstractPerforceTemplate.login()
Tries to perform a p4 login if the security level on the server is set to level 3 and no ticket was set via depot.setP4Ticket(). |
void |
ChangelistBuilder.save(Changelist obj,
java.io.Writer out)
|
void |
CounterBuilder.save(Counter counter,
java.io.Writer writer)
|
void |
GroupBuilder.save(Group group,
java.io.Writer out)
|
void |
LabelBuilder.save(Label label,
java.io.Writer writer)
|
void |
Builder.save(T obj,
java.io.Writer writer)
The converse of Builder.build(StringBuilder) this should take an object and disassemble it for writing to the
Perforce server. |
void |
UserBuilder.save(User obj,
java.io.Writer writer)
|
void |
WorkspaceBuilder.save(Workspace workspace,
java.io.Writer out)
|
void |
Counters.saveCounter(Counter counter)
Saves the given counter. |
void |
Groups.saveGroup(Group group)
Saves changes to an existing group, or creates a new one. |
void |
Labels.saveLabel(Label label)
Handles both creating and saving labels. |
protected void |
AbstractPerforceTemplate.saveToPerforce(java.lang.Object object,
Builder builder)
Handles the IO for opening a process, writing to it, flushing, closing, and then handling any errors. |
void |
Workspaces.saveWorkspace(Workspace workspace)
Saves changes to an existing workspace, or creates a new one. |
java.lang.StringBuilder |
Workspaces.syncDryRun()
Test whether there are any changes pending for the current client (P4CLIENT env var). |
java.lang.StringBuilder |
Workspaces.syncTo(java.lang.String path,
boolean forceSync)
Provides method to sync to a depot path and allows for any revision, changelist, label, etc. |
java.lang.StringBuilder |
Workspaces.syncToHead(java.lang.String path)
Synchronizes to the latest change for the specified path. |
java.lang.StringBuilder |
Workspaces.syncToHead(java.lang.String path,
boolean forceSync)
Synchronizes to the latest change for the specified path. |
| Uses of PerforceException in com.tek42.perforce.process |
|---|
| Methods in com.tek42.perforce.process that throw PerforceException | |
|---|---|
void |
CmdLineExecutor.exec(java.lang.String[] args)
|
void |
Executor.exec(java.lang.String[] args)
Execute the specified command and its arguments |
| Uses of PerforceException in hudson.plugins.perforce |
|---|
| Methods in hudson.plugins.perforce that throw PerforceException | |
|---|---|
void |
HudsonP4Executor.exec(java.lang.String[] cmd)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||