Serialized Form


Package org.eclipse.egit.github.core

Class org.eclipse.egit.github.core.Application extends Object implements Serializable

serialVersionUID: 5675660442127228497L

Serialized Fields

name

String name

url

String url

Class org.eclipse.egit.github.core.Authorization extends Object implements Serializable

serialVersionUID: -5564926246696914047L

Serialized Fields

app

Application app

createdAt

Date createdAt

updatedAt

Date updatedAt

id

int id

scopes

List<E> scopes

note

String note

noteUrl

String noteUrl

token

String token

url

String url

Class org.eclipse.egit.github.core.Blob extends Object implements Serializable

serialVersionUID: -7538850340225102994L

Serialized Fields

content

String content

encoding

String encoding

Class org.eclipse.egit.github.core.Comment extends Object implements Serializable

serialVersionUID: 5128896032791651031L

Serialized Fields

createdAt

Date createdAt

updatedAt

Date updatedAt

body

String body

bodyHtml

String bodyHtml

bodyText

String bodyText

id

long id

url

String url

user

User user

Class org.eclipse.egit.github.core.Commit extends Object implements Serializable

serialVersionUID: -1893280210470143372L

Serialized Fields

author

CommitUser author

committer

CommitUser committer

commentCount

int commentCount

parents

List<E> parents

message

String message

sha

String sha

url

String url

tree

Tree tree

Class org.eclipse.egit.github.core.CommitComment extends Comment implements Serializable

serialVersionUID: 5932088388457362322L

Serialized Fields

line

int line

position

int position

commitId

String commitId

path

String path

Class org.eclipse.egit.github.core.CommitFile extends Object implements Serializable

serialVersionUID: -4607637532042868579L

Serialized Fields

additions

int additions

changes

int changes

deletions

int deletions

blobUrl

String blobUrl

filename

String filename

patch

String patch

rawUrl

String rawUrl

sha

String sha

status

String status

Class org.eclipse.egit.github.core.CommitStats extends Object implements Serializable

serialVersionUID: -4398346227258322028L

Serialized Fields

additions

int additions

deletions

int deletions

total

int total

Class org.eclipse.egit.github.core.CommitUser extends Object implements Serializable

serialVersionUID: -180887492938484405L

Serialized Fields

date

Date date

email

String email

name

String name

Class org.eclipse.egit.github.core.Contributor extends Object implements Serializable

serialVersionUID: -8434028880839230626L

Serialized Fields

contributions

int contributions

id

int id

avatarUrl

String avatarUrl

login

String login

name

String name

type

String type

url

String url

Class org.eclipse.egit.github.core.Download extends Object implements Serializable

serialVersionUID: 6554996867709945406L

Serialized Fields

downloadCount

int downloadCount

id

int id

size

long size

description

String description

contentType

String contentType

htmlUrl

String htmlUrl

name

String name

url

String url

Class org.eclipse.egit.github.core.DownloadResource extends Download implements Serializable

serialVersionUID: 4522843864589481490L

Serialized Fields

redirect

boolean redirect

expirationdate

Date expirationdate

accesskeyid

String accesskeyid

acl

String acl

mimeType

String mimeType

path

String path

policy

String policy

prefix

String prefix

s3Url

String s3Url

signature

String signature

Class org.eclipse.egit.github.core.FieldError extends Object implements Serializable

serialVersionUID: 1447694681624322597L

Serialized Fields

code

String code

field

String field

message

String message

resource

String resource

value

String value

Class org.eclipse.egit.github.core.Gist extends Object implements Serializable

serialVersionUID: -2221817463228217456L

Serialized Fields

isPublic

boolean isPublic

createdAt

Date createdAt

updatedAt

Date updatedAt

comments

int comments

history

List<E> history

files

Map<K,V> files

description

String description

gitPullUrl

String gitPullUrl

gitPushUrl

String gitPushUrl

htmlUrl

String htmlUrl

id

String id

url

String url

user

User user

Class org.eclipse.egit.github.core.GistChangeStatus extends Object implements Serializable

serialVersionUID: 9189375293271905239L

Serialized Fields

additions

int additions

deletions

int deletions

total

int total

Class org.eclipse.egit.github.core.GistFile extends Object implements Serializable

serialVersionUID: 2067939890126207032L

Serialized Fields

size

int size

content

String content

filename

String filename

rawUrl

String rawUrl

Class org.eclipse.egit.github.core.GistRevision extends Object implements Serializable

serialVersionUID: -7863453407918499259L

Serialized Fields

committedAt

Date committedAt

changeStatus

GistChangeStatus changeStatus

url

String url

version

String version

user

User user

Class org.eclipse.egit.github.core.GollumPage extends Object implements Serializable

serialVersionUID: -5841603600916978606L

Serialized Fields

pageName

String pageName

title

String title

action

String action

sha

String sha

htmlUrl

String htmlUrl

Class org.eclipse.egit.github.core.Id extends Object implements Serializable

serialVersionUID: -1074145490136786429L

Serialized Fields

id

String id

Class org.eclipse.egit.github.core.Issue extends Object implements Serializable

serialVersionUID: 6358575015023539051L

Serialized Fields

id

long id

closedAt

Date closedAt

createdAt

Date createdAt

updatedAt

Date updatedAt

comments

int comments

number

int number

labels

List<E> labels

milestone

Milestone milestone

pullRequest

PullRequest pullRequest

body

String body

bodyHtml

String bodyHtml

bodyText

String bodyText

htmlUrl

String htmlUrl

state

String state

title

String title

url

String url

assignee

User assignee

user

User user

Class org.eclipse.egit.github.core.IssueEvent extends Object implements Serializable

serialVersionUID: -842754108817725707L

Serialized Fields

createdAt

Date createdAt

issue

Issue issue

id

long id

commitId

String commitId

event

String event

url

String url

actor

User actor

Class org.eclipse.egit.github.core.Key extends Object implements Serializable

serialVersionUID: -7763033793023520265L

Serialized Fields

id

int id

key

String key

title

String title

url

String url

Class org.eclipse.egit.github.core.Label extends Object implements Serializable

serialVersionUID: 859851442075061861L

Serialized Fields

color

String color

name

String name

url

String url

Class org.eclipse.egit.github.core.MergeStatus extends Object implements Serializable

serialVersionUID: 2003332803236436488L

Serialized Fields

merged

boolean merged

sha

String sha

message

String message

Class org.eclipse.egit.github.core.Milestone extends Object implements Serializable

serialVersionUID: 8017385076255266092L

Serialized Fields

createdAt

Date createdAt

dueOn

Date dueOn

closedIssues

int closedIssues

number

int number

openIssues

int openIssues

description

String description

state

String state

title

String title

url

String url

creator

User creator

Class org.eclipse.egit.github.core.PullRequest extends Object implements Serializable

serialVersionUID: 7858604768525096763L

Serialized Fields

mergeable

boolean mergeable

merged

boolean merged

closedAt

Date closedAt

mergedAt

Date mergedAt

updatedAt

Date updatedAt

createdAt

Date createdAt

id

long id

additions

int additions

changedFiles

int changedFiles

comments

int comments

commits

int commits

deletions

int deletions

number

int number

milestone

Milestone milestone

base

PullRequestMarker base

head

PullRequestMarker head

body

String body

bodyHtml

String bodyHtml

bodyText

String bodyText

diffUrl

String diffUrl

htmlUrl

String htmlUrl

issueUrl

String issueUrl

patchUrl

String patchUrl

state

String state

title

String title

url

String url

assignee

User assignee

mergedBy

User mergedBy

user

User user

Class org.eclipse.egit.github.core.PullRequestMarker extends Object implements Serializable

serialVersionUID: 5052026861072656918L

Serialized Fields

repo

Repository repo

label

String label

ref

String ref

sha

String sha

user

User user

Class org.eclipse.egit.github.core.Reference extends Object implements Serializable

serialVersionUID: -4092126502387796380L

Serialized Fields

ref

String ref

url

String url

object

TypedResource object

Class org.eclipse.egit.github.core.Repository extends Object implements Serializable

serialVersionUID: 406671816413754925L

Serialized Fields

fork

boolean fork

hasDownloads

boolean hasDownloads

hasIssues

boolean hasIssues

hasWiki

boolean hasWiki

isPrivate

boolean isPrivate

createdAt

Date createdAt

pushedAt

Date pushedAt

updatedAt

Date updatedAt

forks

int forks

id

long id

openIssues

int openIssues

size

int size

watchers

int watchers

parent

Repository parent

source

Repository source

cloneUrl

String cloneUrl

description

String description

homepage

String homepage

gitUrl

String gitUrl

htmlUrl

String htmlUrl

language

String language

masterBranch

String masterBranch

mirrorUrl

String mirrorUrl

name

String name

sshUrl

String sshUrl

svnUrl

String svnUrl

url

String url

owner

User owner

Class org.eclipse.egit.github.core.RepositoryBranch extends Object implements Serializable

serialVersionUID: 4927461901146433920L

Serialized Fields

name

String name

commit

TypedResource commit

Class org.eclipse.egit.github.core.RepositoryCommit extends Object implements Serializable

serialVersionUID: -8911733018395257250L

Serialized Fields

commit

Commit commit

stats

CommitStats stats

parents

List<E> parents

files

List<E> files

sha

String sha

url

String url

author

User author

committer

User committer

Class org.eclipse.egit.github.core.RepositoryCommitCompare extends Object implements Serializable

serialVersionUID: -6268028122983164123L

Serialized Fields

aheadBy

int aheadBy

behindBy

int behindBy

totalCommits

int totalCommits

files

List<E> files

commits

List<E> commits

baseCommit

RepositoryCommit baseCommit

diffUrl

String diffUrl

htmlUrl

String htmlUrl

patchUrl

String patchUrl

permalinkUrl

String permalinkUrl

status

String status

url

String url

Class org.eclipse.egit.github.core.RepositoryHook extends Object implements Serializable

serialVersionUID: -9023469643749604324L

Serialized Fields

active

boolean active

createdAt

Date createdAt

updatedAt

Date updatedAt

id

long id

lastResponse

RepositoryHookResponse lastResponse

name

String name

url

String url

config

Map<K,V> config

Class org.eclipse.egit.github.core.RepositoryHookResponse extends Object implements Serializable

serialVersionUID: -1168379336046512838L

Serialized Fields

code

int code

message

String message

Class org.eclipse.egit.github.core.RepositoryId extends Object implements Serializable

serialVersionUID: -57313931704393200L

Serialized Fields

owner

String owner

name

String name

Class org.eclipse.egit.github.core.RepositoryIssue extends Issue implements Serializable

serialVersionUID: 6219926097588214812L

Serialized Fields

repository

Repository repository

Class org.eclipse.egit.github.core.RepositoryTag extends Object implements Serializable

serialVersionUID: 1070566274663989459L

Serialized Fields

name

String name

tarballUrl

String tarballUrl

zipballUrl

String zipballUrl

commit

TypedResource commit

Class org.eclipse.egit.github.core.RequestError extends Object implements Serializable

serialVersionUID: -7842670602124573940L

Serialized Fields

error

String error

message

String message

errors

List<E> errors

Class org.eclipse.egit.github.core.SearchIssue extends Object implements Serializable

serialVersionUID: 4853048031771824016L

Serialized Fields

createdAt

Date createdAt

updatedAt

Date updatedAt

comments

int comments

number

int number

position

int position

votes

int votes

labels

List<E> labels

body

String body

gravatarId

String gravatarId

htmlUrl

String htmlUrl

state

String state

title

String title

user

String user

Class org.eclipse.egit.github.core.SearchRepository extends Object implements Serializable

serialVersionUID: 978627174722864632L

Serialized Fields

fork

boolean fork

hasDownloads

boolean hasDownloads

hasIssues

boolean hasIssues

hasWiki

boolean hasWiki

isPrivate

boolean isPrivate

createdAt

Date createdAt

pushedAt

Date pushedAt

description

String description

homepage

String homepage

language

String language

name

String name

owner

String owner

url

String url

forks

int forks

openIssues

int openIssues

size

int size

watchers

int watchers

Class org.eclipse.egit.github.core.ShaResource extends Object implements Serializable

serialVersionUID: 7029184412278953778L

Serialized Fields

sha

String sha

Class org.eclipse.egit.github.core.Tag extends Object implements Serializable

serialVersionUID: 8505182933582492676L

Serialized Fields

tagger

CommitUser tagger

message

String message

sha

String sha

tag

String tag

url

String url

object

TypedResource object

Class org.eclipse.egit.github.core.Team extends Object implements Serializable

serialVersionUID: -1844276044857264413L

Serialized Fields

id

int id

membersCount

int membersCount

reposCount

int reposCount

name

String name

permission

String permission

url

String url

Class org.eclipse.egit.github.core.Tree extends Object implements Serializable

serialVersionUID: 6518261551932913340L

Serialized Fields

tree

List<E> tree

sha

String sha

url

String url

Class org.eclipse.egit.github.core.TreeEntry extends Object implements Serializable

serialVersionUID: -6181332657279059683L

Serialized Fields

size

long size

mode

String mode

path

String path

sha

String sha

type

String type

url

String url

Class org.eclipse.egit.github.core.TypedResource extends ShaResource implements Serializable

serialVersionUID: -7285665432528832240L

Serialized Fields

type

String type

url

String url

Class org.eclipse.egit.github.core.User extends Object implements Serializable

serialVersionUID: -1211802439119529774L

Serialized Fields

hireable

boolean hireable

createdAt

Date createdAt

collaborators

int collaborators

diskUsage

int diskUsage

followers

int followers

following

int following

id

int id

ownedPrivateRepos

int ownedPrivateRepos

privateGists

int privateGists

publicGists

int publicGists

publicRepos

int publicRepos

totalPrivateRepos

int totalPrivateRepos

avatarUrl

String avatarUrl

blog

String blog

company

String company

email

String email

gravatarId

String gravatarId

htmlUrl

String htmlUrl

location

String location

login

String login

name

String name

type

String type

url

String url

plan

UserPlan plan

Class org.eclipse.egit.github.core.UserPlan extends Object implements Serializable

serialVersionUID: 4759542049129654659L

Serialized Fields

collaborators

int collaborators

privateRepos

int privateRepos

space

int space

name

String name

Package org.eclipse.egit.github.core.client

Class org.eclipse.egit.github.core.client.NoSuchPageException extends NoSuchElementException implements Serializable

serialVersionUID: 6795637952359586293L

Serialized Fields

cause

IOException cause
Cause exception

Class org.eclipse.egit.github.core.client.RequestException extends IOException implements Serializable

serialVersionUID: 1197051396535284852L

Serialized Fields

error

RequestError error

status

int status

Package org.eclipse.egit.github.core.event

Class org.eclipse.egit.github.core.event.CommitCommentPayload extends EventPayload implements Serializable

serialVersionUID: -2606554911096551099L

Serialized Fields

comment

CommitComment comment

Class org.eclipse.egit.github.core.event.CreatePayload extends EventPayload implements Serializable

serialVersionUID: -7033027645721954674L

Serialized Fields

refType

String refType

ref

String ref

masterBranch

String masterBranch

description

String description

Class org.eclipse.egit.github.core.event.DeletePayload extends EventPayload implements Serializable

serialVersionUID: -7571623946339106873L

Serialized Fields

refType

String refType

ref

String ref

Class org.eclipse.egit.github.core.event.DownloadPayload extends EventPayload implements Serializable

serialVersionUID: 4246935370658381214L

Serialized Fields

download

Download download

Class org.eclipse.egit.github.core.event.Event extends Object implements Serializable

serialVersionUID: 3633702964380402233L

Serialized Fields

type

String type
Make sure this is above payload. Payload deserialization depends on being able to read the type first.


isPublic

boolean isPublic

payload

EventPayload payload

repo

EventRepository repo

id

String id

actor

User actor

org

User org

createdAt

Date createdAt

Class org.eclipse.egit.github.core.event.EventPayload extends Object implements Serializable

serialVersionUID: 1022083387039340606L

Class org.eclipse.egit.github.core.event.EventRepository extends Object implements Serializable

serialVersionUID: -8910798454171899699L

Serialized Fields

id

long id

name

String name

url

String url

Class org.eclipse.egit.github.core.event.FollowPayload extends EventPayload implements Serializable

serialVersionUID: -4345668254608800406L

Serialized Fields

target

User target

Class org.eclipse.egit.github.core.event.ForkApplyPayload extends EventPayload implements Serializable

serialVersionUID: -7527740351672699770L

Serialized Fields

head

String head

before

String before

after

String after

Class org.eclipse.egit.github.core.event.ForkPayload extends EventPayload implements Serializable

serialVersionUID: 2110456722558520113L

Serialized Fields

forkee

Repository forkee

Class org.eclipse.egit.github.core.event.GistPayload extends EventPayload implements Serializable

serialVersionUID: 8916400800708594462L

Serialized Fields

action

String action

gist

Gist gist

Class org.eclipse.egit.github.core.event.GollumPayload extends EventPayload implements Serializable

serialVersionUID: 7111499446827257290L

Serialized Fields

pages

List<E> pages

Class org.eclipse.egit.github.core.event.IssueCommentPayload extends EventPayload implements Serializable

serialVersionUID: 2661548417314120170L

Serialized Fields

action

String action

issue

Issue issue

comment

Comment comment

Class org.eclipse.egit.github.core.event.IssuesPayload extends EventPayload implements Serializable

serialVersionUID: 3210795492806809443L

Serialized Fields

action

String action

issue

Issue issue

Class org.eclipse.egit.github.core.event.MemberPayload extends EventPayload implements Serializable

serialVersionUID: -4261757812093447848L

Serialized Fields

member

User member

action

String action

Class org.eclipse.egit.github.core.event.PublicPayload extends EventPayload implements Serializable

serialVersionUID: 5262549236565872052L

Class org.eclipse.egit.github.core.event.PullRequestPayload extends EventPayload implements Serializable

serialVersionUID: -8234504270587265625L

Serialized Fields

action

String action

number

int number

pullRequest

PullRequest pullRequest

Class org.eclipse.egit.github.core.event.PullRequestReviewCommentPayload extends EventPayload implements Serializable

serialVersionUID: -2403658752886394741L

Serialized Fields

comment

CommitComment comment

Class org.eclipse.egit.github.core.event.PushPayload extends EventPayload implements Serializable

serialVersionUID: -1542484898531583478L

Serialized Fields

before

String before

head

String head

ref

String ref

size

int size

commits

List<E> commits

Class org.eclipse.egit.github.core.event.TeamAddPayload extends EventPayload implements Serializable

serialVersionUID: 7660176723347977144L

Serialized Fields

team

Team team

user

User user

repo

Repository repo

Class org.eclipse.egit.github.core.event.WatchPayload extends EventPayload implements Serializable

serialVersionUID: -1600566006173513492L

Serialized Fields

action

String action

Package org.eclipse.egit.github.core.util

Class org.eclipse.egit.github.core.util.LabelComparator extends Object implements Serializable

serialVersionUID: -3185701121586168554L

Class org.eclipse.egit.github.core.util.MilestoneComparator extends Object implements Serializable

serialVersionUID: 7166479273639101758L



Copyright © 2012. All Rights Reserved.