Serialized Form


Package com.perforce.api

Class com.perforce.api.CommitException extends PerforceException implements Serializable

Class com.perforce.api.HashDecay extends Hashtable implements Serializable

Serialized Fields

delay

long delay

decay_thread

Thread decay_thread

runForever

boolean runForever

Class com.perforce.api.PerforceException extends Exception implements Serializable

Class com.perforce.api.RobotMessage extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deprecated. 
Throws:
IOException
Serialized Fields

views

Vector<E> views
Deprecated. 
 

label

String label
Deprecated. 
 

change

int change
Deprecated. 
 

flags

int flags
Deprecated. 
 

Class com.perforce.api.SubmitException extends PerforceException implements Serializable


Package com.tek42.perforce

Class com.tek42.perforce.PerforceException extends Exception implements Serializable

serialVersionUID: 1L


Package com.tek42.perforce.model

Class com.tek42.perforce.model.AbstractViewsSupport extends Object implements Serializable

Serialized Fields

views

List<E> views

dirty

boolean dirty

Class com.tek42.perforce.model.Changelist extends Object implements Serializable

Serialized Fields

changeNumber

int changeNumber

workspace

String workspace

date

Date date

user

String user

description

String description

files

List<E> files

jobs

List<E> jobs

Class com.tek42.perforce.model.Changelist.FileEntry extends Object implements Serializable

Serialized Fields

action

Changelist.FileEntry.Action action

filename

String filename

revision

String revision

changenumber

String changenumber

workspacePath

String workspacePath

changelist

Changelist changelist

Class com.tek42.perforce.model.Changelist.JobEntry extends Object implements Serializable

Serialized Fields

status

String status

job

String job

description

String description

Class com.tek42.perforce.model.Label extends AbstractViewsSupport implements Serializable

Serialized Fields

name

String name

update

String update

access

String access

owner

String owner

description

String description

options

String options

revision

String revision

Class com.tek42.perforce.model.User extends Object implements Serializable

Serialized Fields

username

String username

email

String email

fullName

String fullName

password

String password

jobView

String jobView

reviews

String reviews

Class com.tek42.perforce.model.Workspace extends AbstractViewsSupport implements Serializable

Serialized Fields

name

String name

owner

String owner

host

String host

description

String description

root

String root

altRoots

String altRoots

options

String options

lineEnd

String lineEnd

submitOptions

String submitOptions

update

String update

access

String access

stream

String stream

Package hudson.plugins.perforce

Class hudson.plugins.perforce.PerforceRepositoryBrowser extends hudson.scm.RepositoryBrowser<PerforceChangeLogEntry> implements Serializable

serialVersionUID: 1L

Class hudson.plugins.perforce.PerforceToolInstallation extends hudson.tools.ToolInstallation implements Serializable

Class hudson.plugins.perforce.QuickCleanerCall extends Object implements Serializable

Serialized Fields

env

String[] env

out

OutputStream out

workDir

String workDir

listener

hudson.model.TaskListener listener

p4exe

String p4exe

filter

FileFilter filter

Package hudson.plugins.perforce.browsers

Class hudson.plugins.perforce.browsers.FishEyePerforce extends PerforceRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

URL url
The URL of the FishEye repository, e.g. http://deadlock.netbeans.org/fisheye/browse/netbeans/


rootModule

String rootModule
This is the root 'module' of the FishEye repository. It is a path that is trimmed from the beginning of depot paths for files.

Class hudson.plugins.perforce.browsers.P4Web extends PerforceRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

URL url
The URL of the P4Web server. This is normally like http://perforce.com:5000/ Normalized to have '/' at the tail.


p4WebEndShite

String p4WebEndShite

p4DifEndShite

String p4DifEndShite

p4ClEndShite

String p4ClEndShite

Class hudson.plugins.perforce.browsers.Perfbrowse extends PerforceRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

URL url
The URL of the Perfbrowse server script, e.g. http://perforce/perfbrowse.cgi


p4Describe

String p4Describe

p4FileLog

String p4FileLog

p4Diff

String p4Diff



Copyright © 2004-2013 Hudson. All Rights Reserved.