Serialized Form


Package org.eclipse.mylar.internal.tasks.core

Class org.eclipse.mylar.internal.tasks.core.UnrecognizedReponseException extends java.io.IOException implements Serializable

serialVersionUID: 3937060773477757464L


Package org.eclipse.mylar.internal.tasks.ui

Class org.eclipse.mylar.internal.tasks.ui.RepositoryReport extends java.lang.Object implements Serializable


Package org.eclipse.mylar.internal.tasks.ui.actions

Class org.eclipse.mylar.internal.tasks.ui.actions.ManageEditorsAction extends java.lang.Object implements Serializable


Package org.eclipse.mylar.tasks.core

Class org.eclipse.mylar.tasks.core.AbstractAttributeFactory extends java.lang.Object implements Serializable

Class org.eclipse.mylar.tasks.core.AttributeContainer extends java.lang.Object implements Serializable

serialVersionUID: 3533078709450471836L

Serialized Fields

attributeKeys

java.util.ArrayList<E> attributeKeys
The keys for the report attributes


attributes

java.util.HashMap<K,V> attributes
report attributes (status, resolution, etc.)

Class org.eclipse.mylar.tasks.core.LocalAttachment extends java.lang.Object implements Serializable

serialVersionUID: -4477699536552617389L

Serialized Fields

repositoryTaskData

RepositoryTaskData repositoryTaskData
The report to which this attachment will be attached


filePath

java.lang.String filePath

comment

java.lang.String comment

description

java.lang.String description

contentType

java.lang.String contentType

isPatch

boolean isPatch

deleteAfterUpload

boolean deleteAfterUpload

Class org.eclipse.mylar.tasks.core.RepositoryAttachment extends AttributeContainer implements Serializable

serialVersionUID: -9123545810321250785L

Serialized Fields

isObsolete

boolean isObsolete

creator

java.lang.String creator

isPatch

boolean isPatch

Class org.eclipse.mylar.tasks.core.RepositoryOperation extends java.lang.Object implements Serializable

serialVersionUID: 3256442508174045236L

Serialized Fields

knob_name

java.lang.String knob_name
The name of the value for the knob attribute


optionName

java.lang.String optionName
The name of the option that can be chosen


optionNames

java.util.List<E> optionNames
List of option names


options

java.util.Map<K,V> options
Map of options and their names


hasOptions

boolean hasOptions
Flag for if we have any options or not


op_name

java.lang.String op_name
The name of the operation (text that we display)


op_sel

java.lang.String op_sel
The option that is selected


isChecked

boolean isChecked
Whether this is to be checked or not


isInput

boolean isInput

inputName

java.lang.String inputName

inputValue

java.lang.String inputValue

Class org.eclipse.mylar.tasks.core.RepositoryTaskAttribute extends java.lang.Object implements Serializable

serialVersionUID: 6383803576644618720L

Serialized Fields

hidden

boolean hidden

isReadOnly

boolean isReadOnly

name

java.lang.String name
Attribute pretty printing name


key

java.lang.String key
Name of the option used when updating the attribute on the server


optionParameters

java.util.Map<K,V> optionParameters
Option parameters


options

java.util.List<E> options
Ordered list of legal attribute values


values

java.util.List<E> values
Attribute's values (selected or added)

Class org.eclipse.mylar.tasks.core.RepositoryTaskData extends AttributeContainer implements Serializable

serialVersionUID: 2302511248225227689L

Serialized Fields

hasLocalChanges

boolean hasLocalChanges

reportID

java.lang.String reportID

repositoryURL

java.lang.String repositoryURL

newComment

java.lang.String newComment

taskComments

java.util.List<E> taskComments

attachments

java.util.List<E> attachments

selectedOperation

RepositoryOperation selectedOperation
The operation that was selected to do to the bug


repositoryOperations

java.util.List<E> repositoryOperations
The repositoryOperations that can be done on the report


validKeywords

java.util.List<E> validKeywords
The bugs valid keywords


description

java.lang.String description
Description of the bug


created

java.util.Date created
Creation timestamp


lastModified

java.util.Date lastModified
Modification timestamp


repositoryKind

java.lang.String repositoryKind

Class org.eclipse.mylar.tasks.core.TaskComment extends AttributeContainer implements Serializable

serialVersionUID: 1076016406335550308L

Serialized Fields

number

int number
Comment's number


hasAttachment

boolean hasAttachment

attachmentId

int attachmentId

Class org.eclipse.mylar.tasks.core.TaskExternalizationException extends java.lang.Exception implements Serializable

serialVersionUID: 5804522104992031907L


Package org.eclipse.mylar.tasks.tests.connector

Class org.eclipse.mylar.tasks.tests.connector.MockAttributeFactory extends AbstractAttributeFactory implements Serializable

serialVersionUID: 7713746838934802731L