Uses of Class
com.perforce.p4java.ant.tasks.ServerTask

Packages that use ServerTask
com.perforce.p4java.ant.tasks The Perforce tasks implement Perforce commands using the Perforce Java API. 
 

Uses of ServerTask in com.perforce.p4java.ant.tasks
 

Subclasses of ServerTask in com.perforce.p4java.ant.tasks
 class AddTask
          Opens new files for adding to the depot.
 class ChangesTask
          Display list of pending and submitted changelists.
 class ChangeTask
          Create or edit a changelist description.
 class ClientTask
          Base class for Perforce client specific Ant tasks.
 class CounterTask
          Display, set, or delete a counter.
 class DeleteTask
          Opens a file that currently exists in the depot for deletion.
 class Diff2Task
          Run diff (on the server) of two files in the depot.
 class EditTask
          Open an existing file for edit.
 class FilesTask
          List files in the depot.
 class FixTask
          Mark jobs as being fixed by a changelist number.
 class FstatTask
          Dumps information about each file, with each item of information on a separate line.
 class GrepTask
          Grep searches files for lines matching a given regular expression, the expression (or pattern) can contain wild cards.
 class HaveTask
          List files and revisions that have been synced to the client workspace.
 class IntegrateTask
          Open files for branching or merging.
 class JobsTask
          Reports the list of all jobs currently known to the system.
 class JobTask
          Create and edit job specifications.
 class LabelsyncTask
          Synchronize label with the current client contents.
 class LabelTask
          Create a new label specification or edit an existing label specification.
 class LockTask
          Lock an opened file against changelist submission.
 class MoveTask
          Move file(s) from one location to another.
 class ReopenTask
          Move opened files between changelists or change the files' type.
 class ResolveTask
          Merge open files with other revisions or files.
 class RevertTask
          Discard changes from opened files.
 class ShelveTask
          Store files from a pending changelist in the depot, without submitting them.
 class SubmitTask
          Commits a pending changelist and its files to the depot.
 class SyncTask
          Synchronize the client with its view of the depot.
 class TagTask
          Tag files with a label.
 class UnlockTask
          Release a locked file but leave it open.
 class UnshelveTask
          Restore shelved files from a pending change into a workspace.
 



Copyright (c) 2010 Perforce Software. All rights reserved.