A B C D E F G H I J L M N O P R S T U V

A

ACCESS_LEVELS - Static variable in class org.mantisbt.connect.Enumeration
 
ADMINISTRATOR - Static variable in class org.mantisbt.connect.AccessLevel
 
AL_ADMINISTRATOR - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.ADMINISTRATOR
AL_ANYBODY - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.ANYBODY
AL_DEVELOPER - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.DEVELOPER
AL_MANAGER - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.MANAGER
AL_NOBODY - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.NOBODY
AL_REPORTER - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.REPORTER
AL_UPDATER - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.UPDATER
AL_VIEWER - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.AccessLevel.VIEWER
ANYBODY - Static variable in class org.mantisbt.connect.AccessLevel
 
AbstractIssueUiPart - class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.
 
AbstractIssueUiPart(Component) - Constructor for class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
AbstractIssueUiPart.MCAttributeRenderer - class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MCAttributeRenderer.
 
AbstractIssueUiPart.MCAttributeRenderer() - Constructor for class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MCAttributeRenderer
 
AbstractIssueUiPart.MyComboBoxModel - class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel.
A ListModel which is basically the same as javax.swing.DefaultComboBoxModel except that the method addElement(Object) does not select the first object if one exists.
AbstractIssueUiPart.MyComboBoxModel() - Constructor for class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
AbstractIssueUiPart.MyComboBoxModel(Object[]) - Constructor for class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
AbstractIssueUiPart.MyComboBoxModel(Vector) - Constructor for class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
AccessLevel - class org.mantisbt.connect.AccessLevel.
 
Account - class org.mantisbt.connect.model.Account.
 
Account(long, String, String, String) - Constructor for class org.mantisbt.connect.model.Account
 
AdvancedPart - class org.mantisbt.connect.ui.swing.AdvancedPart.
 
AdvancedPart(Component) - Constructor for class org.mantisbt.connect.ui.swing.AdvancedPart
 
AttachmentsPart - class org.mantisbt.connect.ui.swing.AttachmentsPart.
 
AttachmentsPart(Component, ISubmitter) - Constructor for class org.mantisbt.connect.ui.swing.AttachmentsPart
 
addAttachment(IMCSession, long, byte[], String) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
addChangeListener(ChangeListener) - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
addElement(Object) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
addIssue(IIssue) - Method in interface org.mantisbt.connect.IMCSession
Submit the specified issue.
addIssue(IssueData) - Method in interface org.mantisbt.connect.ISession
Deprecated. Submit the specified issue.
addIssue(IssueData) - Method in class org.mantisbt.connect.Session
Deprecated.  
addIssue(IIssue) - Method in class org.mantisbt.connect.axis.MCSession
 
addIssueAttachment(long, String, String, byte[]) - Method in interface org.mantisbt.connect.IMCSession
Submit an issue attachment
addIssueAttachment(long, String, String, byte[]) - Method in interface org.mantisbt.connect.ISession
Deprecated. Submit an issue attachment
addIssueAttachment(long, String, String, byte[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
addIssueAttachment(long, String, String, byte[]) - Method in class org.mantisbt.connect.axis.MCSession
 
addIssueSubmitListener(IIssueSubmitListener) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
addNote(long, INote) - Method in interface org.mantisbt.connect.IMCSession
Submit a new note.
addNote(long, IssueNoteData) - Method in interface org.mantisbt.connect.ISession
Deprecated. Submit a new note.
addNote(long, IssueNoteData) - Method in class org.mantisbt.connect.Session
Deprecated.  
addNote(long, INote) - Method in class org.mantisbt.connect.axis.MCSession
 
addProject(IProject) - Method in interface org.mantisbt.connect.IMCSession
Add a new project to the tracker (must have admin privileges).
addProject(ProjectData) - Method in interface org.mantisbt.connect.ISession
Deprecated. Add a new project to the tracker (must have admin privileges).
addProject(ProjectData) - Method in class org.mantisbt.connect.Session
Deprecated.  
addProject(IProject) - Method in class org.mantisbt.connect.axis.MCSession
 
addProjectAttachment(long, String, String, String, String, byte[]) - Method in interface org.mantisbt.connect.IMCSession
Submit a project attachment
addProjectAttachment(long, String, String, String, String, byte[]) - Method in interface org.mantisbt.connect.ISession
Deprecated. Submit a project attachment
addProjectAttachment(long, String, String, String, String, byte[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
addProjectAttachment(long, String, String, String, String, byte[]) - Method in class org.mantisbt.connect.axis.MCSession
 
addRelationship(long, IRelationship) - Method in interface org.mantisbt.connect.IMCSession
Submit a new realtionship.
addRelationship(long, RelationshipData) - Method in interface org.mantisbt.connect.ISession
Deprecated. Submit a new realtionship.
addRelationship(long, RelationshipData) - Method in class org.mantisbt.connect.Session
Deprecated.  
addRelationship(long, IRelationship) - Method in class org.mantisbt.connect.axis.MCSession
 
addSessionChangeListener(ISessionChangeListener) - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
addSessionChangeListener(ISessionChangeListener) - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
addVersion(IProjectVersion) - Method in interface org.mantisbt.connect.IMCSession
Submit the specified version details.
addVersion(ProjectVersionData) - Method in interface org.mantisbt.connect.ISession
Deprecated. Submit the specified version details.
addVersion(ProjectVersionData) - Method in class org.mantisbt.connect.Session
Deprecated.  
addVersion(IProjectVersion) - Method in class org.mantisbt.connect.axis.MCSession
 
additional - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 
allowChangeOfLoginData() - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
allowChangeOfLoginData() - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
attachments - Variable in class org.mantisbt.connect.ui.swing.AttachmentsPart
 

B

BLOCKS - Static variable in class org.mantisbt.connect.RelationshipType
 

C

CF_TYPE_CHECKBOX - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.CHECKBOX
CF_TYPE_DATE - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.DATE
CF_TYPE_EMAIL - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.EMAIL
CF_TYPE_ENUM - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.ENUM
CF_TYPE_FLOAT - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.FLOAT
CF_TYPE_LIST - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.LIST
CF_TYPE_MULTILIST - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.MULTILIST
CF_TYPE_NUMERIC - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.NUMERIC
CF_TYPE_STRING - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.CustomFieldType.STRING
CHECKBOX - Static variable in class org.mantisbt.connect.CustomFieldType
 
COMPRESSED_FILES - Static variable in class org.mantisbt.connect.ui.DefaultSubmitter
 
CUSTOM_FIELD_TYPES - Static variable in class org.mantisbt.connect.Enumeration
 
CheckboxCustomFieldFormat - class org.mantisbt.connect.text.CheckboxCustomFieldFormat.
Use objects of this type for Custom Fields of type Checkbox.
CheckboxCustomFieldFormat(ICustomFieldDefinition) - Constructor for class org.mantisbt.connect.text.CheckboxCustomFieldFormat
 
CustomField - class org.mantisbt.connect.ant.taskdefs.CustomField.
 
CustomField(IssueSubmitTask) - Constructor for class org.mantisbt.connect.ant.taskdefs.CustomField
 
CustomFieldDefinition - class org.mantisbt.connect.model.CustomFieldDefinition.
 
CustomFieldDefinition() - Constructor for class org.mantisbt.connect.model.CustomFieldDefinition
 
CustomFieldFormat - class org.mantisbt.connect.text.CustomFieldFormat.
 
CustomFieldFormat(ICustomFieldDefinition) - Constructor for class org.mantisbt.connect.text.CustomFieldFormat
 
CustomFieldFormatException - exception org.mantisbt.connect.text.CustomFieldFormatException.
 
CustomFieldFormatException(String) - Constructor for class org.mantisbt.connect.text.CustomFieldFormatException
 
CustomFieldFormatException(Throwable) - Constructor for class org.mantisbt.connect.text.CustomFieldFormatException
 
CustomFieldFormatException(String, Throwable) - Constructor for class org.mantisbt.connect.text.CustomFieldFormatException
 
CustomFieldType - class org.mantisbt.connect.CustomFieldType.
 
CustomFieldValue - class org.mantisbt.connect.model.CustomFieldValue.
 
CustomFieldValue() - Constructor for class org.mantisbt.connect.model.CustomFieldValue
 
CustomFieldValue(IMCAttribute, String) - Constructor for class org.mantisbt.connect.model.CustomFieldValue
 
cachEnum(Enumeration, ObjectRef[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cachEnum(Enumeration, MCAttribute[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheCategories(long, String[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheCategories(long, String[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheConfigString(String, String) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheConfigString(String, String) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheCusomFieldDefinitionData(long, CustomFieldDefinitionData[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheCusomFieldDefinitionData(long, CustomFieldDefinition[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheFilters(long, FilterData[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheFilters(long, Filter[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheNamedEnum(String, String) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheNamedEnum(String, String) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheProjectData(ProjectData[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheProjectData(Project[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheProjectUsers(long, int, AccountData[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheProjectUsers(long, int, Account[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheReleasedVersions(long, ProjectVersionData[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheReleasedVersions(long, ProjectVersion[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheUnreleasedVersion(long, ProjectVersionData[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheUnreleasedVersion(long, ProjectVersion[]) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheVersion(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheVersion(String) - Method in class org.mantisbt.connect.axis.MCSession
 
cacheVersions(long, ProjectVersionData[]) - Method in class org.mantisbt.connect.Session
Deprecated.  
cacheVersions(long, ProjectVersion[]) - Method in class org.mantisbt.connect.axis.MCSession
 
category - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 
checkAttributes() - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
checkAttributes() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
Checks the presence of attributes url, username, password, proxyHost and proxyPort.
checkAttributes() - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
checkAttributes() - Method in class org.mantisbt.connect.ant.taskdefs.VersionDeleteTask
 
checkAttributes() - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
commit(IIssue) - Method in interface org.mantisbt.connect.ui.IIssueUiPart
 
commit(IIssue) - Method in class org.mantisbt.connect.ui.swing.AdvancedPart
 
commit(IIssue) - Method in class org.mantisbt.connect.ui.swing.AttachmentsPart
 
commit(IIssue) - Method in class org.mantisbt.connect.ui.swing.GeneralPart
 
commit(IIssue) - Method in class org.mantisbt.connect.ui.swing.NotePart
 
compress(byte[], String) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
construct() - Method in class org.mantisbt.connect.ui.swing.SwingWorker
Compute the value to be returned by the get method.
createAdditionalControls() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
createAdvancedPart() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
createAttachmentsPart(ISubmitter) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
createButtonPanel(Component, boolean) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
createCustomfield() - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
createGeneralPart() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
createIssue(IMCSession) - Method in class org.mantisbt.connect.ui.DefaultIssueCreator
 
createIssue(IMCSession) - Method in interface org.mantisbt.connect.ui.IIssueCreator
 
createIssueSubmitPanel(IIssueCreator, ISubmitter) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
createModalProgressMonitor(Component, int, boolean, int) - Static method in class org.mantisbt.connect.ui.swing.ProgressUtil
 
createNotePart() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
createParts(ISubmitter) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
createUi() - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
createUi() - Method in class org.mantisbt.connect.ui.swing.AdvancedPart
 
createUi() - Method in class org.mantisbt.connect.ui.swing.AttachmentsPart
 
createUi() - Method in class org.mantisbt.connect.ui.swing.GeneralPart
 
createUi(ISwingIssueUiPart[]) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
createUi() - Method in class org.mantisbt.connect.ui.swing.NotePart
 

D

DATE - Static variable in class org.mantisbt.connect.CustomFieldType
 
DEPENDANT - Static variable in class org.mantisbt.connect.RelationshipType
 
DEVELOPER - Static variable in class org.mantisbt.connect.AccessLevel
 
DUPLICATE - Static variable in class org.mantisbt.connect.RelationshipType
 
DateCustomFieldFormat - class org.mantisbt.connect.text.DateCustomFieldFormat.
Use objects of this type for Custom Fields of type Date.
DateCustomFieldFormat(ICustomFieldDefinition) - Constructor for class org.mantisbt.connect.text.DateCustomFieldFormat
 
DefaultIssueCreator - class org.mantisbt.connect.ui.DefaultIssueCreator.
 
DefaultIssueCreator() - Constructor for class org.mantisbt.connect.ui.DefaultIssueCreator
 
DefaultSessionProvider - class org.mantisbt.connect.ui.DefaultSessionProvider.
 
DefaultSessionProvider() - Constructor for class org.mantisbt.connect.ui.DefaultSessionProvider
 
DefaultSessionProvider(String, String, String, boolean) - Constructor for class org.mantisbt.connect.ui.DefaultSessionProvider
 
DefaultSubmitter - class org.mantisbt.connect.ui.DefaultSubmitter.
 
DefaultSubmitter() - Constructor for class org.mantisbt.connect.ui.DefaultSubmitter
 
DefaultSubmitter(boolean) - Constructor for class org.mantisbt.connect.ui.DefaultSubmitter
 
deleteIssue(long) - Method in interface org.mantisbt.connect.IMCSession
Delete the issue with the specified id.
deleteIssue(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Delete the issue with the specified id.
deleteIssue(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
deleteIssue(long) - Method in class org.mantisbt.connect.axis.MCSession
 
deleteIssueAttachment(long) - Method in interface org.mantisbt.connect.IMCSession
Delete the issue attachment with the specified id.
deleteIssueAttachment(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Delete the issue attachment with the specified id.
deleteIssueAttachment(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
deleteIssueAttachment(long) - Method in class org.mantisbt.connect.axis.MCSession
 
deleteNote(long) - Method in interface org.mantisbt.connect.IMCSession
Delete the note with the specified id.
deleteNote(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Delete the note with the specified id.
deleteNote(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
deleteNote(long) - Method in class org.mantisbt.connect.axis.MCSession
 
deleteProject(long) - Method in interface org.mantisbt.connect.IMCSession
Delete the project with the specified id (must have admin privileges).
deleteProject(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Delete the project with the specified id (must have admin privileges).
deleteProject(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
deleteProject(long) - Method in class org.mantisbt.connect.axis.MCSession
 
deleteProjectAttachment(long) - Method in interface org.mantisbt.connect.IMCSession
Delete the project attachment with the specified id.
deleteProjectAttachment(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Delete the project attachment with the specified id.
deleteProjectAttachment(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
deleteProjectAttachment(long) - Method in class org.mantisbt.connect.axis.MCSession
 
deleteRelationship(long, long) - Method in interface org.mantisbt.connect.IMCSession
Delete the relationship for the specified issue.
deleteRelationship(long, long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Delete the relationship for the specified issue.
deleteRelationship(long, long) - Method in class org.mantisbt.connect.Session
Deprecated.  
deleteRelationship(long, long) - Method in class org.mantisbt.connect.axis.MCSession
 
deleteVersion(long) - Method in interface org.mantisbt.connect.IMCSession
Delete the version with the specified id.
deleteVersion(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Delete the version with the specified id.
deleteVersion(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
deleteVersion(long) - Method in class org.mantisbt.connect.axis.MCSession
 
description - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 
doCompress(File) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
doCompress(File) - Method in interface org.mantisbt.connect.ui.ISubmitter
 
done() - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 

E

EMAIL - Static variable in class org.mantisbt.connect.CustomFieldType
 
ENUM - Static variable in class org.mantisbt.connect.CustomFieldType
 
ETAS - Static variable in class org.mantisbt.connect.Enumeration
 
Enumeration - class org.mantisbt.connect.Enumeration.
 
equals(Object) - Method in class org.mantisbt.connect.AccessLevel
 
equals(Object) - Method in class org.mantisbt.connect.CustomFieldType
 
equals(Object) - Method in class org.mantisbt.connect.Enumeration
 
equals(Object) - Method in class org.mantisbt.connect.RelationshipType
 
equals(Object) - Method in class org.mantisbt.connect.Viewstate
 
equals(Object) - Method in class org.mantisbt.connect.model.Account
 
equals(Object) - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
equals(Object) - Method in class org.mantisbt.connect.model.CustomFieldValue
 
equals(Object) - Method in class org.mantisbt.connect.model.Filter
 
equals(Object) - Method in class org.mantisbt.connect.model.Issue
 
equals(Object) - Method in class org.mantisbt.connect.model.IssueAttachment
 
equals(Object) - Method in class org.mantisbt.connect.model.IssueHeader
 
equals(Object) - Method in class org.mantisbt.connect.model.MCAttribute
 
equals(Object) - Method in class org.mantisbt.connect.model.Note
 
equals(Object) - Method in class org.mantisbt.connect.model.Project
 
equals(Object) - Method in class org.mantisbt.connect.model.ProjectAttachment
 
equals(Object) - Method in class org.mantisbt.connect.model.ProjectVersion
 
equals(Object) - Method in class org.mantisbt.connect.model.Relationship
 
execute() - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
execute() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
Calls checkAttributes().
execute() - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
execute() - Method in class org.mantisbt.connect.ant.taskdefs.VersionDeleteTask
 
execute() - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 

F

FLOAT - Static variable in class org.mantisbt.connect.CustomFieldType
 
Filter - class org.mantisbt.connect.model.Filter.
 
Filter(long, String) - Constructor for class org.mantisbt.connect.model.Filter
 
failOnError() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
finished() - Method in class org.mantisbt.connect.ui.swing.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
fireIssueSubmitted(long) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
flush() - Method in interface org.mantisbt.connect.IMCSession
Flush cached information
flush() - Method in interface org.mantisbt.connect.ISession
Deprecated. Flush cached information
flush() - Method in class org.mantisbt.connect.Session
Deprecated.  
flush() - Method in class org.mantisbt.connect.axis.MCSession
 
format(Object) - Method in class org.mantisbt.connect.text.CheckboxCustomFieldFormat
No restrictions are evaluated.
format(Object) - Method in class org.mantisbt.connect.text.DateCustomFieldFormat
No restrictions are evaluated.
format(Object) - Method in interface org.mantisbt.connect.text.ICustomFieldFormat
Formats a Java-Object into the appropriate string representation for Mantis.
format(Object) - Method in class org.mantisbt.connect.text.ListCustomFieldFormat
For fields of type Enumeration and List only one single selection is possible.
format(Object) - Method in class org.mantisbt.connect.text.StringCustomFieldFormat
Evaluated restrictions are Minimum Length, Maximum Length and Allowed Values.
fromCode(int) - Static method in class org.mantisbt.connect.AccessLevel
 
fromCode(int) - Static method in class org.mantisbt.connect.CustomFieldType
 
fromCode(int) - Static method in class org.mantisbt.connect.RelationshipType
 
fromCode(int) - Static method in class org.mantisbt.connect.Viewstate
 

G

GeneralPart - class org.mantisbt.connect.ui.swing.GeneralPart.
 
GeneralPart(Component) - Constructor for class org.mantisbt.connect.ui.swing.GeneralPart
 
get() - Method in class org.mantisbt.connect.ui.swing.SwingWorker
Return the value created by the construct method.
getAccessLevelMin() - Method in interface org.mantisbt.connect.model.IProject
 
getAccessLevelMin() - Method in class org.mantisbt.connect.model.Project
 
getAccessLevelR() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getAccessLevelR() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getAccessLevelRW() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getAccessLevelRW() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getAccessibleProjects() - Method in interface org.mantisbt.connect.IMCSession
Get the list of projects that are accessible to the logged in user.
getAccessibleProjects() - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the list of projects that are accessible to the logged in user.
getAccessibleProjects() - Method in class org.mantisbt.connect.Session
Deprecated.  
getAccessibleProjects() - Method in class org.mantisbt.connect.axis.MCSession
 
getAdditionalInformation() - Method in interface org.mantisbt.connect.model.IIssue
 
getAdditionalInformation() - Method in class org.mantisbt.connect.model.Issue
 
getAttachments() - Method in interface org.mantisbt.connect.model.IIssue
 
getAttachments() - Method in class org.mantisbt.connect.model.Issue
 
getAttachmentsCount() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getAttachmentsCount() - Method in class org.mantisbt.connect.model.IssueHeader
 
getBiggestIssueId(long) - Method in interface org.mantisbt.connect.IMCSession
Get the latest submitted issue in the specified project.
getBiggestIssueId(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the latest submitted issue in the specified project.
getBiggestIssueId(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getBiggestIssueId(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getBuild() - Method in interface org.mantisbt.connect.model.IIssue
 
getBuild() - Method in class org.mantisbt.connect.model.Issue
 
getCachedAccessibleProjects() - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedAccessibleProjects() - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedCategories(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedCategories(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedConfigString(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedConfigString(String) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedCustomFieldDefinitionData(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedCustomFieldDefinitionData(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedEnum(Enumeration) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedEnum(Enumeration) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedFilters(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedFilters(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedNamedEnum(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedNamedEnum(String) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedProjectUsers(long, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedProjectUsers(long, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedReleasedVersions(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedReleasedVersions(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedUnreleasedVersions(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedUnreleasedVersions(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedVersion() - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedVersion() - Method in class org.mantisbt.connect.axis.MCSession
 
getCachedVersions(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCachedVersions(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCategories(long) - Method in interface org.mantisbt.connect.IMCSession
Get the categories belonging to the specified project.
getCategories(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the categories belonging to the specified project.
getCategories(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCategories(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCategory() - Method in interface org.mantisbt.connect.model.IIssue
 
getCategory() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getCategory() - Method in class org.mantisbt.connect.model.Issue
 
getCategory() - Method in class org.mantisbt.connect.model.IssueHeader
 
getCode() - Method in class org.mantisbt.connect.AccessLevel
 
getCode() - Method in class org.mantisbt.connect.CustomFieldType
 
getCode() - Method in class org.mantisbt.connect.Enumeration
 
getCode() - Method in class org.mantisbt.connect.RelationshipType
 
getCode() - Method in class org.mantisbt.connect.Viewstate
 
getCompressedFilename(File) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
getConfigString(String) - Method in interface org.mantisbt.connect.IMCSession
Get the value for the specified configuration variable.
getConfigString(String) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the value for the specified configuration variable.
getConfigString(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
getConfigString(String) - Method in class org.mantisbt.connect.axis.MCSession
 
getContentType() - Method in interface org.mantisbt.connect.model.IIssueAttachment
 
getContentType() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getContentType() - Method in class org.mantisbt.connect.model.IssueAttachment
 
getContentType() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getCurrent() - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
getCustomFieldDefinition() - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
getCustomFieldDefinitions(long) - Method in interface org.mantisbt.connect.IMCSession
Get the custom fields that belong to the specified project.
getCustomFieldDefinitions(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the custom fields that belong to the specified project.
getCustomFieldDefinitions(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getCustomFieldDefinitions(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getCustomFields() - Method in interface org.mantisbt.connect.model.IIssue
 
getCustomFields() - Method in class org.mantisbt.connect.model.Issue
 
getDateLastModified() - Method in interface org.mantisbt.connect.model.INote
 
getDateLastModified() - Method in class org.mantisbt.connect.model.Note
 
getDateLastUpdated() - Method in interface org.mantisbt.connect.model.IIssue
 
getDateLastUpdated() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getDateLastUpdated() - Method in class org.mantisbt.connect.model.Issue
 
getDateLastUpdated() - Method in class org.mantisbt.connect.model.IssueHeader
 
getDateOrder() - Method in interface org.mantisbt.connect.model.IProjectVersion
 
getDateOrder() - Method in class org.mantisbt.connect.model.ProjectVersion
 
getDateSubmitted() - Method in interface org.mantisbt.connect.model.IIssue
 
getDateSubmitted() - Method in interface org.mantisbt.connect.model.IIssueAttachment
 
getDateSubmitted() - Method in interface org.mantisbt.connect.model.INote
 
getDateSubmitted() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getDateSubmitted() - Method in class org.mantisbt.connect.model.Issue
 
getDateSubmitted() - Method in class org.mantisbt.connect.model.IssueAttachment
 
getDateSubmitted() - Method in class org.mantisbt.connect.model.Note
 
getDateSubmitted() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getDefaultIssuePriority() - Method in interface org.mantisbt.connect.IMCSession
Get the default priority for new issues.
getDefaultIssuePriority() - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the default priority for new issues.
getDefaultIssuePriority() - Method in class org.mantisbt.connect.Session
Deprecated.  
getDefaultIssuePriority() - Method in class org.mantisbt.connect.axis.MCSession
 
getDefaultIssueSeverity() - Method in interface org.mantisbt.connect.IMCSession
Get the default severity for new issues.
getDefaultIssueSeverity() - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the default severity for new issues.
getDefaultIssueSeverity() - Method in class org.mantisbt.connect.Session
Deprecated.  
getDefaultIssueSeverity() - Method in class org.mantisbt.connect.axis.MCSession
 
getDefaultIssueViewState() - Method in interface org.mantisbt.connect.IMCSession
Get the default viewstate for new issues.
getDefaultIssueViewState() - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the default viewstate for new issues.
getDefaultIssueViewState() - Method in class org.mantisbt.connect.Session
Deprecated.  
getDefaultIssueViewState() - Method in class org.mantisbt.connect.axis.MCSession
 
getDefaultNoteViewState() - Method in interface org.mantisbt.connect.IMCSession
Get the default viewstate for new notes.
getDefaultNoteViewState() - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the default viewstate for new notes.
getDefaultNoteViewState() - Method in class org.mantisbt.connect.Session
Deprecated.  
getDefaultNoteViewState() - Method in class org.mantisbt.connect.axis.MCSession
 
getDefaultValue() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getDefaultValue() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getDefinition() - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
getDescription() - Method in interface org.mantisbt.connect.model.IIssue
 
getDescription() - Method in interface org.mantisbt.connect.model.IProject
 
getDescription() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getDescription() - Method in interface org.mantisbt.connect.model.IProjectVersion
 
getDescription() - Method in class org.mantisbt.connect.model.Issue
 
getDescription() - Method in class org.mantisbt.connect.model.Project
 
getDescription() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getDescription() - Method in class org.mantisbt.connect.model.ProjectVersion
 
getDownloadUri() - Method in interface org.mantisbt.connect.model.IIssueAttachment
 
getDownloadUri() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getDownloadUri() - Method in class org.mantisbt.connect.model.IssueAttachment
 
getDownloadUri() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getElementAt(int) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
getEmail() - Method in class org.mantisbt.connect.model.Account
 
getEmail() - Method in interface org.mantisbt.connect.model.IAccount
 
getEnum(Enumeration) - Method in interface org.mantisbt.connect.IMCSession
Get the specified enumeration.
getEnum(String) - Method in interface org.mantisbt.connect.IMCSession
Get the specified enumeration.
getEnum(Enumeration) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the specified enumeration.
getEnum(String) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the specified enumeration.
getEnum(Enumeration) - Method in class org.mantisbt.connect.Session
Deprecated.  
getEnum(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
getEnum(Enumeration) - Method in class org.mantisbt.connect.axis.MCSession
 
getEnum(String) - Method in class org.mantisbt.connect.axis.MCSession
 
getEta() - Method in interface org.mantisbt.connect.model.IIssue
 
getEta() - Method in class org.mantisbt.connect.model.Issue
 
getField() - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
getField() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getField() - Method in class org.mantisbt.connect.model.CustomFieldValue
 
getField() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getField() - Method in interface org.mantisbt.connect.model.ICustomFieldValue
 
getFieldName() - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
getFileChooser() - Method in class org.mantisbt.connect.ui.swing.AttachmentsPart
 
getFilePath() - Method in interface org.mantisbt.connect.model.IProject
 
getFilePath() - Method in class org.mantisbt.connect.model.Project
 
getFilename() - Method in interface org.mantisbt.connect.model.IIssueAttachment
 
getFilename() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getFilename() - Method in class org.mantisbt.connect.model.IssueAttachment
 
getFilename() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getFilterString() - Method in class org.mantisbt.connect.model.Filter
 
getFilterString() - Method in interface org.mantisbt.connect.model.IFilter
 
getFilters(long) - Method in interface org.mantisbt.connect.IMCSession
Get the filters defined for the specified project.
getFilters(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the filters defined for the specified project.
getFilters(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getFilters(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getFixedInVersion() - Method in interface org.mantisbt.connect.model.IIssue
 
getFixedInVersion() - Method in class org.mantisbt.connect.model.Issue
 
getHandler() - Method in interface org.mantisbt.connect.model.IIssue
 
getHandler() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getHandler() - Method in class org.mantisbt.connect.model.Issue
 
getHandler() - Method in class org.mantisbt.connect.model.IssueHeader
 
getId() - Method in class org.mantisbt.connect.model.Account
 
getId() - Method in class org.mantisbt.connect.model.Filter
 
getId() - Method in interface org.mantisbt.connect.model.IAccount
 
getId() - Method in interface org.mantisbt.connect.model.IFilter
 
getId() - Method in interface org.mantisbt.connect.model.IIssue
 
getId() - Method in interface org.mantisbt.connect.model.IIssueAttachment
 
getId() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getId() - Method in interface org.mantisbt.connect.model.IMCAttribute
 
getId() - Method in interface org.mantisbt.connect.model.INote
 
getId() - Method in interface org.mantisbt.connect.model.IProject
 
getId() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getId() - Method in interface org.mantisbt.connect.model.IProjectVersion
 
getId() - Method in interface org.mantisbt.connect.model.IRelationship
 
getId() - Method in class org.mantisbt.connect.model.Issue
 
getId() - Method in class org.mantisbt.connect.model.IssueAttachment
 
getId() - Method in class org.mantisbt.connect.model.IssueHeader
 
getId() - Method in class org.mantisbt.connect.model.MCAttribute
 
getId() - Method in class org.mantisbt.connect.model.Note
 
getId() - Method in class org.mantisbt.connect.model.Project
 
getId() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getId() - Method in class org.mantisbt.connect.model.ProjectVersion
 
getId() - Method in class org.mantisbt.connect.model.Relationship
 
getIdFromSummary(String) - Method in interface org.mantisbt.connect.IMCSession
Get the id of the issue with the specified summary.
getIdFromSummary(String) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the id of the issue with the specified summary.
getIdFromSummary(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIdFromSummary(String) - Method in class org.mantisbt.connect.axis.MCSession
 
getIndexOf(Object) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
getInstance() - Static method in class org.mantisbt.connect.SessionFactory
Deprecated.  
getInstance(ICustomFieldDefinition) - Static method in class org.mantisbt.connect.text.CustomFieldFormat
 
getIssue(long) - Method in interface org.mantisbt.connect.IMCSession
Get the issue with the specified id.
getIssue(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the issue with the specified id.
getIssue(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssue(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getIssue() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
getIssueAttachment(long) - Method in interface org.mantisbt.connect.IMCSession
Get the data for the specified issue attachment.
getIssueAttachment(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the data for the specified issue attachment.
getIssueAttachment(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssueAttachment(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getIssueHeaders(long, long) - Method in interface org.mantisbt.connect.IMCSession
Get all issue headers that match the specified filter.
getIssueHeaders(long, long, int) - Method in interface org.mantisbt.connect.IMCSession
Get issue headers that match the specified filter.
getIssueHeaders(long, long, int, int) - Method in interface org.mantisbt.connect.IMCSession
Get all issue headers that match the specified filter and paging details.
getIssueHeaders(long, long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get all issue headers that match the specified filter.
getIssueHeaders(long, long, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get issue headers that match the specified filter.
getIssueHeaders(long, long, int, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get all issue headers that match the specified filter and paging details.
getIssueHeaders(long, long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssueHeaders(long, long, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssueHeaders(long, long, int, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssueHeaders(long, long) - Method in class org.mantisbt.connect.axis.MCSession
 
getIssueHeaders(long, long, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getIssueHeaders(long, long, int, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getIssues(long, long) - Method in interface org.mantisbt.connect.IMCSession
Get all issues that match the specified filter.
getIssues(long, long, int) - Method in interface org.mantisbt.connect.IMCSession
Get issues that match the specified filter.
getIssues(long, long, int, int) - Method in interface org.mantisbt.connect.IMCSession
Get all issues that match the specified filter and paging details.
getIssues(long, long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get all issues that match the specified filter.
getIssues(long, long, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get issues that match the specified filter.
getIssues(long, long, int, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get all issues that match the specified filter and paging details.
getIssues(long, long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssues(long, long, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssues(long, long, int, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getIssues(long, long) - Method in class org.mantisbt.connect.axis.MCSession
 
getIssues(long, long, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getIssues(long, long, int, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getLengthMax() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getLengthMax() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getLengthMin() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getLengthMin() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MCAttributeRenderer
 
getMCValue() - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
getMaxLength() - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
getMilliSecondsToWait() - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
getMimeType(File) - Static method in class org.mantisbt.connect.Utilities
 
getMimeType(String) - Static method in class org.mantisbt.connect.Utilities
 
getMinLength() - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
getName() - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
getName() - Method in class org.mantisbt.connect.model.Account
 
getName() - Method in class org.mantisbt.connect.model.Filter
 
getName() - Method in interface org.mantisbt.connect.model.IAccount
 
getName() - Method in interface org.mantisbt.connect.model.IFilter
 
getName() - Method in interface org.mantisbt.connect.model.IMCAttribute
 
getName() - Method in interface org.mantisbt.connect.model.IProject
 
getName() - Method in interface org.mantisbt.connect.model.IProjectVersion
 
getName() - Method in class org.mantisbt.connect.model.MCAttribute
 
getName() - Method in class org.mantisbt.connect.model.Project
 
getName() - Method in class org.mantisbt.connect.model.ProjectVersion
 
getNotes() - Method in interface org.mantisbt.connect.model.IIssue
 
getNotes() - Method in class org.mantisbt.connect.model.Issue
 
getNotesCount() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getNotesCount() - Method in class org.mantisbt.connect.model.IssueHeader
 
getOs() - Method in interface org.mantisbt.connect.model.IIssue
 
getOs() - Method in class org.mantisbt.connect.model.Issue
 
getOsBuild() - Method in interface org.mantisbt.connect.model.IIssue
 
getOsBuild() - Method in class org.mantisbt.connect.model.Issue
 
getOwner() - Method in class org.mantisbt.connect.model.Filter
 
getOwner() - Method in interface org.mantisbt.connect.model.IFilter
 
getOwner() - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
getParts() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
getPassword() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getPassword() - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
getPassword() - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
getPlatform() - Method in interface org.mantisbt.connect.model.IIssue
 
getPlatform() - Method in class org.mantisbt.connect.model.Issue
 
getPortType() - Method in class org.mantisbt.connect.Session
Deprecated.  
getPortType() - Method in class org.mantisbt.connect.axis.MCSession
 
getPossibleValues() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getPossibleValues() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getPossibleValues() - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
getPriority() - Method in interface org.mantisbt.connect.model.IIssue
 
getPriority() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getPriority() - Method in class org.mantisbt.connect.model.Issue
 
getPriority() - Method in class org.mantisbt.connect.model.IssueHeader
 
getProject(long) - Method in interface org.mantisbt.connect.IMCSession
Returns the project with id projectId.
getProject(String) - Method in interface org.mantisbt.connect.IMCSession
Returns the project with name name.
getProject(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProject(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getProject(String) - Method in class org.mantisbt.connect.axis.MCSession
 
getProject() - Method in interface org.mantisbt.connect.model.IIssue
 
getProject() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getProject() - Method in class org.mantisbt.connect.model.Issue
 
getProject() - Method in class org.mantisbt.connect.model.IssueHeader
 
getProjectAttachment(long) - Method in interface org.mantisbt.connect.IMCSession
Get the data for the specified project attachment.
getProjectAttachment(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the data for the specified project attachment.
getProjectAttachment(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectAttachment(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectAttachments(long) - Method in interface org.mantisbt.connect.IMCSession
Get the attachments that belong to the specified project.
getProjectAttachments(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the attachments that belong to the specified project.
getProjectAttachments(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectAttachments(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectByName(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectByName(String) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getProjectData() - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
getProjectId() - Method in class org.mantisbt.connect.model.Filter
 
getProjectId() - Method in interface org.mantisbt.connect.model.IFilter
 
getProjectId() - Method in interface org.mantisbt.connect.model.IProjectVersion
 
getProjectId() - Method in class org.mantisbt.connect.model.ProjectVersion
 
getProjectIssueHeaders(long) - Method in interface org.mantisbt.connect.IMCSession
Get all issue headers that match the specified project.
getProjectIssueHeaders(long, int) - Method in interface org.mantisbt.connect.IMCSession
Get the issue headers that match the specified project id and paging details Constrain the number of issues to limit.
getProjectIssueHeaders(long, int, int) - Method in interface org.mantisbt.connect.IMCSession
Get the issue headers that match the specified project id and paging details
getProjectIssueHeaders(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get all issue headers that match the specified project.
getProjectIssueHeaders(long, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the issue headers that match the specified project id and paging details Constrain the number of issues to limit.
getProjectIssueHeaders(long, int, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the issue headers that match the specified project id and paging details
getProjectIssueHeaders(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectIssueHeaders(long, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectIssueHeaders(long, int, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectIssueHeaders(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectIssueHeaders(long, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectIssueHeaders(long, int, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectIssues(long) - Method in interface org.mantisbt.connect.IMCSession
Get all issues that match the specified project.
getProjectIssues(long, int) - Method in interface org.mantisbt.connect.IMCSession
Get the issues that match the specified project id and paging details Constrain the number of issues to limit.
getProjectIssues(long, int, int) - Method in interface org.mantisbt.connect.IMCSession
Get the issues that match the specified project id and paging details
getProjectIssues(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get all issues that match the specified project.
getProjectIssues(long, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the issues that match the specified project id and paging details Constrain the number of issues to limit.
getProjectIssues(long, int, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the issues that match the specified project id and paging details
getProjectIssues(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectIssues(long, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectIssues(long, int, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectIssues(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectIssues(long, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectIssues(long, int, int) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjectUsers(long, AccessLevel) - Method in interface org.mantisbt.connect.IMCSession
Get appropriate users assigned to a project by access level.
getProjectUsers(long, int) - Method in interface org.mantisbt.connect.ISession
Deprecated. Use getProjectUsers(long, AccessLevel)
getProjectUsers(long, AccessLevel) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get appropriate users assigned to a project by access level.
getProjectUsers(long, int) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectUsers(long, AccessLevel) - Method in class org.mantisbt.connect.Session
Deprecated.  
getProjectUsers(long, AccessLevel) - Method in class org.mantisbt.connect.axis.MCSession
 
getProjection() - Method in interface org.mantisbt.connect.model.IIssue
 
getProjection() - Method in class org.mantisbt.connect.model.Issue
 
getProxyHost() - Method in class org.mantisbt.connect.JMTTransportClientProperties
Deprecated.  
getProxyHost() - Method in class org.mantisbt.connect.SessionFactory
Deprecated.  
getProxyHost() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getProxyHost() - Method in class org.mantisbt.connect.axis.Proxy
 
getProxyPort() - Method in class org.mantisbt.connect.JMTTransportClientProperties
Deprecated.  
getProxyPort() - Method in class org.mantisbt.connect.SessionFactory
Deprecated.  
getProxyPort() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getProxyPort() - Method in class org.mantisbt.connect.axis.Proxy
 
getPwd() - Method in class org.mantisbt.connect.Session
Deprecated.  
getPwd() - Method in class org.mantisbt.connect.axis.MCSession
 
getRealName() - Method in class org.mantisbt.connect.model.Account
 
getRealName() - Method in interface org.mantisbt.connect.model.IAccount
 
getRelationships() - Method in interface org.mantisbt.connect.model.IIssue
 
getRelationships() - Method in class org.mantisbt.connect.model.Issue
 
getReleasedVersions(long) - Method in interface org.mantisbt.connect.IMCSession
Get the released versions that belong to the specified project.
getReleasedVersions(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the released versions that belong to the specified project.
getReleasedVersions(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getReleasedVersions(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getReporter() - Method in interface org.mantisbt.connect.model.IIssue
 
getReporter() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getReporter() - Method in interface org.mantisbt.connect.model.INote
 
getReporter() - Method in class org.mantisbt.connect.model.Issue
 
getReporter() - Method in class org.mantisbt.connect.model.IssueHeader
 
getReporter() - Method in class org.mantisbt.connect.model.Note
 
getReproducibility() - Method in interface org.mantisbt.connect.model.IIssue
 
getReproducibility() - Method in class org.mantisbt.connect.model.Issue
 
getRequireClosed() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getRequireClosed() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getRequireReport() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getRequireReport() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getRequireResolved() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getRequireResolved() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getRequireUpdate() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getRequireUpdate() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getResolution() - Method in interface org.mantisbt.connect.model.IIssue
 
getResolution() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getResolution() - Method in class org.mantisbt.connect.model.Issue
 
getResolution() - Method in class org.mantisbt.connect.model.IssueHeader
 
getSelectedItem() - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
getSession() - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
getSession() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getSession() - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
getSession() - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
getSession() - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
getSessionClass() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getSessionProvider() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
getSeverity() - Method in interface org.mantisbt.connect.model.IIssue
 
getSeverity() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getSeverity() - Method in class org.mantisbt.connect.model.Issue
 
getSeverity() - Method in class org.mantisbt.connect.model.IssueHeader
 
getSize() - Method in interface org.mantisbt.connect.model.IIssueAttachment
 
getSize() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getSize() - Method in class org.mantisbt.connect.model.IssueAttachment
 
getSize() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getSize() - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
getSponsorshipTotal() - Method in interface org.mantisbt.connect.model.IIssue
 
getSponsorshipTotal() - Method in class org.mantisbt.connect.model.Issue
 
getStatus() - Method in interface org.mantisbt.connect.model.IIssue
 
getStatus() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getStatus() - Method in interface org.mantisbt.connect.model.IProject
 
getStatus() - Method in class org.mantisbt.connect.model.Issue
 
getStatus() - Method in class org.mantisbt.connect.model.IssueHeader
 
getStatus() - Method in class org.mantisbt.connect.model.Project
 
getStatus() - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
getStepsToReproduce() - Method in interface org.mantisbt.connect.model.IIssue
 
getStepsToReproduce() - Method in class org.mantisbt.connect.model.Issue
 
getString(String) - Static method in class org.mantisbt.connect.ui.Messages
 
getSubProject(long) - Method in interface org.mantisbt.connect.model.IProject
 
getSubProject(String) - Method in interface org.mantisbt.connect.model.IProject
 
getSubProject(long) - Method in class org.mantisbt.connect.model.Project
 
getSubProject(String) - Method in class org.mantisbt.connect.model.Project
 
getSubProjects() - Method in interface org.mantisbt.connect.model.IProject
 
getSubProjects() - Method in class org.mantisbt.connect.model.Project
 
getSubmitter() - Method in class org.mantisbt.connect.ui.swing.AttachmentsPart
 
getSummary() - Method in interface org.mantisbt.connect.model.IIssue
 
getSummary() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
getSummary() - Method in class org.mantisbt.connect.model.Issue
 
getSummary() - Method in class org.mantisbt.connect.model.IssueHeader
 
getTargetId() - Method in interface org.mantisbt.connect.model.IRelationship
 
getTargetId() - Method in class org.mantisbt.connect.model.Relationship
 
getText() - Method in interface org.mantisbt.connect.model.INote
 
getText() - Method in class org.mantisbt.connect.model.Note
 
getTitle() - Method in interface org.mantisbt.connect.model.IProjectAttachment
 
getTitle() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
getTitle() - Method in interface org.mantisbt.connect.ui.IIssueUiPart
 
getTitle() - Method in class org.mantisbt.connect.ui.swing.AdvancedPart
 
getTitle() - Method in class org.mantisbt.connect.ui.swing.AttachmentsPart
 
getTitle() - Method in class org.mantisbt.connect.ui.swing.GeneralPart
 
getTitle() - Method in class org.mantisbt.connect.ui.swing.NotePart
 
getTotal() - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
getType() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getType() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getType() - Method in interface org.mantisbt.connect.model.IRelationship
 
getType() - Method in class org.mantisbt.connect.model.Relationship
 
getUiComponent() - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
getUiComponent() - Method in interface org.mantisbt.connect.ui.swing.ISwingIssueUiPart
 
getUnreleasedVersions(long) - Method in interface org.mantisbt.connect.IMCSession
Get the unreleased version that belong to the specified project.
getUnreleasedVersions(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the unreleased version that belong to the specified project.
getUnreleasedVersions(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getUnreleasedVersions(long) - Method in class org.mantisbt.connect.axis.MCSession
 
getUrl() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getUrl() - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
getUrl() - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
getUser() - Method in class org.mantisbt.connect.Session
Deprecated.  
getUser() - Method in class org.mantisbt.connect.axis.MCSession
 
getUser() - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
getUser() - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
getUsername() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getValidRegexp() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
getValidRegexp() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
getValue() - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
getValue() - Method in class org.mantisbt.connect.model.CustomFieldValue
 
getValue() - Method in interface org.mantisbt.connect.model.ICustomFieldValue
 
getValue() - Method in class org.mantisbt.connect.ui.swing.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getVersion() - Method in interface org.mantisbt.connect.IMCSession
Get Version of MantisConnect this session is connected to.
getVersion() - Method in interface org.mantisbt.connect.ISession
Deprecated. Get Version of MantisConnect this session is connected to.
getVersion() - Method in class org.mantisbt.connect.Session
Deprecated.  
getVersion() - Method in class org.mantisbt.connect.axis.MCSession
 
getVersion() - Method in interface org.mantisbt.connect.model.IIssue
 
getVersion() - Method in class org.mantisbt.connect.model.Issue
 
getVersionByName(String, String) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
getVersions(long) - Method in interface org.mantisbt.connect.IMCSession
Get the versions belonging to the specified project.
getVersions(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Get the versions belonging to the specified project.
getVersions(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
getVersions(long) - Method in class org.mantisbt.connect.axis.MCSession
 

H

HAS_DUPLICATE - Static variable in class org.mantisbt.connect.RelationshipType
 
hashCode() - Method in class org.mantisbt.connect.AccessLevel
 
hashCode() - Method in class org.mantisbt.connect.CustomFieldType
 
hashCode() - Method in class org.mantisbt.connect.Enumeration
 
hashCode() - Method in class org.mantisbt.connect.RelationshipType
 
hashCode() - Method in class org.mantisbt.connect.Viewstate
 
hashCode() - Method in class org.mantisbt.connect.model.Account
 
hashCode() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
hashCode() - Method in class org.mantisbt.connect.model.CustomFieldValue
 
hashCode() - Method in class org.mantisbt.connect.model.Filter
 
hashCode() - Method in class org.mantisbt.connect.model.Issue
 
hashCode() - Method in class org.mantisbt.connect.model.IssueAttachment
 
hashCode() - Method in class org.mantisbt.connect.model.IssueHeader
 
hashCode() - Method in class org.mantisbt.connect.model.MCAttribute
 
hashCode() - Method in class org.mantisbt.connect.model.Note
 
hashCode() - Method in class org.mantisbt.connect.model.Project
 
hashCode() - Method in class org.mantisbt.connect.model.ProjectAttachment
 
hashCode() - Method in class org.mantisbt.connect.model.ProjectVersion
 
hashCode() - Method in class org.mantisbt.connect.model.Relationship
 

I

IAccount - interface org.mantisbt.connect.model.IAccount.
 
ICustomFieldDefinition - interface org.mantisbt.connect.model.ICustomFieldDefinition.
 
ICustomFieldFormat - interface org.mantisbt.connect.text.ICustomFieldFormat.
Objects of this type can be used to transfer values from Mantis-Format to Java-Format and vice-versa.
ICustomFieldValue - interface org.mantisbt.connect.model.ICustomFieldValue.
 
IFilter - interface org.mantisbt.connect.model.IFilter.
 
IIssue - interface org.mantisbt.connect.model.IIssue.
 
IIssueAttachment - interface org.mantisbt.connect.model.IIssueAttachment.
 
IIssueCreator - interface org.mantisbt.connect.ui.IIssueCreator.
 
IIssueHeader - interface org.mantisbt.connect.model.IIssueHeader.
 
IIssueSubmitListener - interface org.mantisbt.connect.ui.IIssueSubmitListener.
 
IIssueUiPart - interface org.mantisbt.connect.ui.IIssueUiPart.
 
IMCAttribute - interface org.mantisbt.connect.model.IMCAttribute.
 
IMCSession - interface org.mantisbt.connect.IMCSession.
 
INote - interface org.mantisbt.connect.model.INote.
 
IProject - interface org.mantisbt.connect.model.IProject.
 
IProjectAttachment - interface org.mantisbt.connect.model.IProjectAttachment.
 
IProjectVersion - interface org.mantisbt.connect.model.IProjectVersion.
 
IRelationship - interface org.mantisbt.connect.model.IRelationship.
 
ISession - interface org.mantisbt.connect.ISession.
Deprecated. Use org.mantisbt.connect.service.IMCSession instead.
ISessionChangeListener - interface org.mantisbt.connect.ui.ISessionChangeListener.
 
ISessionFactory - interface org.mantisbt.connect.ISessionFactory.
Deprecated. Use org.mantisbt.connect.IMCSessionFactory instead.
ISessionProvider - interface org.mantisbt.connect.ui.ISessionProvider.
 
ISubmitter - interface org.mantisbt.connect.ui.ISubmitter.
 
ISwingIssueUiPart - interface org.mantisbt.connect.ui.swing.ISwingIssueUiPart.
 
Issue - class org.mantisbt.connect.model.Issue.
 
Issue() - Constructor for class org.mantisbt.connect.model.Issue
 
IssueAttachment - class org.mantisbt.connect.model.IssueAttachment.
 
IssueAttachment() - Constructor for class org.mantisbt.connect.model.IssueAttachment
 
IssueHeader - class org.mantisbt.connect.model.IssueHeader.
 
IssueHeader() - Constructor for class org.mantisbt.connect.model.IssueHeader
 
IssueSubmitFrame - class org.mantisbt.connect.ui.swing.IssueSubmitFrame.
A UI for adding issues to a Mantis site.
IssueSubmitFrame() - Constructor for class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
IssueSubmitFrame(boolean) - Constructor for class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
IssueSubmitFrame(boolean, String, String, String, boolean) - Constructor for class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
IssueSubmitFrame(boolean, ISessionProvider, IIssueCreator, ISubmitter) - Constructor for class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
IssueSubmitPanel - class org.mantisbt.connect.ui.swing.IssueSubmitPanel.
 
IssueSubmitPanel(Component, ISessionProvider) - Constructor for class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
IssueSubmitPanel(Component, ISessionProvider, IIssueCreator, ISubmitter) - Constructor for class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
IssueSubmitTask - class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask.
This task can be used to submit issues via Ant.
IssueSubmitTask() - Constructor for class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
initialIssueCreator - Variable in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
insertElementAt(Object, int) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
interrupt() - Method in class org.mantisbt.connect.ui.swing.SwingWorker
A new method that interrupts the worker thread.
isAdvanced() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
isAdvanced() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
isCompressed(File) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
isDisplayClose() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
isDisplayClose() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
isDisplayReport() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
isDisplayReport() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
isDisplayResolve() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
isDisplayResolve() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
isDisplayUpdate() - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
isDisplayUpdate() - Method in interface org.mantisbt.connect.model.ICustomFieldDefinition
 
isEnabled() - Method in interface org.mantisbt.connect.model.IProject
 
isEnabled() - Method in class org.mantisbt.connect.model.Project
 
isIndeterminate() - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
isPrivate() - Method in interface org.mantisbt.connect.model.IIssue
 
isPrivate() - Method in interface org.mantisbt.connect.model.IIssueHeader
 
isPrivate() - Method in interface org.mantisbt.connect.model.INote
 
isPrivate() - Method in interface org.mantisbt.connect.model.IProject
 
isPrivate() - Method in class org.mantisbt.connect.model.Issue
 
isPrivate() - Method in class org.mantisbt.connect.model.IssueHeader
 
isPrivate() - Method in class org.mantisbt.connect.model.Note
 
isPrivate() - Method in class org.mantisbt.connect.model.Project
 
isPublic() - Method in class org.mantisbt.connect.model.Filter
 
isPublic() - Method in interface org.mantisbt.connect.model.IFilter
 
isReleased() - Method in interface org.mantisbt.connect.model.IProjectVersion
 
isReleased() - Method in class org.mantisbt.connect.model.ProjectVersion
 
issueExists(long) - Method in interface org.mantisbt.connect.IMCSession
Check there exists an issue with the specified id.
issueExists(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Check there exists an issue with the specified id.
issueExists(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
issueExists(long) - Method in class org.mantisbt.connect.axis.MCSession
 
issueSubmitted(long) - Method in interface org.mantisbt.connect.ui.IIssueSubmitListener
 
issueSubmitted(long) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 

J

JMTException - exception org.mantisbt.connect.JMTException.
 
JMTException(String, Throwable) - Constructor for class org.mantisbt.connect.JMTException
 
JMTException(String) - Constructor for class org.mantisbt.connect.JMTException
 
JMTException(Throwable) - Constructor for class org.mantisbt.connect.JMTException
 
JMTTransportClientProperties - class org.mantisbt.connect.JMTTransportClientProperties.
Deprecated.  
JMTTransportClientProperties() - Constructor for class org.mantisbt.connect.JMTTransportClientProperties
Deprecated.  

L

LIST - Static variable in class org.mantisbt.connect.CustomFieldType
 
ListCustomFieldFormat - class org.mantisbt.connect.text.ListCustomFieldFormat.
Use objects of this type for Custom Fields of type Enumeration, List and Multiselection List.
ListCustomFieldFormat(ICustomFieldDefinition) - Constructor for class org.mantisbt.connect.text.ListCustomFieldFormat
 
loadImageIcon(String) - Static method in class org.mantisbt.connect.ui.swing.SwingUtilities
 

M

MANAGER - Static variable in class org.mantisbt.connect.AccessLevel
 
MCAttribute - class org.mantisbt.connect.model.MCAttribute.
 
MCAttribute(long, String) - Constructor for class org.mantisbt.connect.model.MCAttribute
 
MCException - exception org.mantisbt.connect.MCException.
 
MCException(String, Throwable) - Constructor for class org.mantisbt.connect.MCException
 
MCException(String) - Constructor for class org.mantisbt.connect.MCException
 
MCException(Throwable) - Constructor for class org.mantisbt.connect.MCException
 
MCSession - class org.mantisbt.connect.axis.MCSession.
Default implementation for a Session which delegates all operations to axis.
MCSession(URL, String, String) - Constructor for class org.mantisbt.connect.axis.MCSession
 
MULTILIST - Static variable in class org.mantisbt.connect.CustomFieldType
 
MantisConnectTask - class org.mantisbt.connect.ant.taskdefs.MantisConnectTask.
Base class for MantisConnect Ant Tasks.
MantisConnectTask() - Constructor for class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
Messages - class org.mantisbt.connect.ui.Messages.
 
main(String[]) - Static method in class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
makeButton(JComponent, Action, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
makeButton(JComponent, Action, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitFrame
 
makeCheckBox(JComponent, String, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
makeCombo(JComponent, GridBagLayout, GridBagConstraints, ListCellRenderer) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
makeCombo(JComponent, GridBagLayout, GridBagConstraints, ListCellRenderer, MutableComboBoxModel) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
makeLabel(JComponent, String, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
makeLabel(JComponent, String, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.SettingsDialog
 
makeList(JComponent, GridBagLayout, GridBagConstraints, ListCellRenderer) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
makePasswordField(JComponent, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.SettingsDialog
 
makeText(JComponent, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
makeText(JComponent, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.SettingsDialog
 
makeTextArea(JComponent, GridBagLayout, GridBagConstraints) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 

N

NOBODY - Static variable in class org.mantisbt.connect.AccessLevel
 
NUMERIC - Static variable in class org.mantisbt.connect.CustomFieldType
 
Note - class org.mantisbt.connect.model.Note.
 
Note() - Constructor for class org.mantisbt.connect.model.Note
 
NotePart - class org.mantisbt.connect.ui.swing.NotePart.
 
NotePart(Component) - Constructor for class org.mantisbt.connect.ui.swing.NotePart
 
newIssue(long) - Method in interface org.mantisbt.connect.IMCSession
Create a new Issue with default values set.
newIssue(long) - Method in interface org.mantisbt.connect.ISession
Deprecated. Create a new Issue with default values set.
newIssue(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
newIssue(long) - Method in class org.mantisbt.connect.axis.MCSession
 
newNote(String) - Method in interface org.mantisbt.connect.IMCSession
Create a new Note with default values set.
newNote(String) - Method in interface org.mantisbt.connect.ISession
Deprecated. Create a new Note with default values set.
newNote(String) - Method in class org.mantisbt.connect.Session
Deprecated.  
newNote(String) - Method in class org.mantisbt.connect.axis.MCSession
 
newSession(URL, String, String) - Method in interface org.mantisbt.connect.ISessionFactory
Deprecated.  
newSession(URL, String, String) - Method in class org.mantisbt.connect.SessionFactory
Deprecated.  
note - Variable in class org.mantisbt.connect.ui.swing.NotePart
 

O

org.mantisbt.connect - package org.mantisbt.connect
 
org.mantisbt.connect.ant.taskdefs - package org.mantisbt.connect.ant.taskdefs
 
org.mantisbt.connect.axis - package org.mantisbt.connect.axis
 
org.mantisbt.connect.model - package org.mantisbt.connect.model
 
org.mantisbt.connect.text - package org.mantisbt.connect.text
 
org.mantisbt.connect.ui - package org.mantisbt.connect.ui
 
org.mantisbt.connect.ui.swing - package org.mantisbt.connect.ui.swing
 
os - Variable in class org.mantisbt.connect.ui.swing.AdvancedPart
 
osVersion - Variable in class org.mantisbt.connect.ui.swing.AdvancedPart
 

P

PRIORITIES - Static variable in class org.mantisbt.connect.Enumeration
 
PRIORITY_HIGH - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_HIGH_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_IMMEDIATE - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_IMMEDIATE_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_LOW - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_LOW_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_NONE - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_NONE_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_NORMAL - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_NORMAL_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_URGENT - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIORITY_URGENT_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
PRIVATE - Static variable in class org.mantisbt.connect.Viewstate
 
PROJECTIONS - Static variable in class org.mantisbt.connect.Enumeration
 
PROJECT_STATUS - Static variable in class org.mantisbt.connect.Enumeration
 
PROJECT_VIEW_STATES - Static variable in class org.mantisbt.connect.Enumeration
 
PUBLIC - Static variable in class org.mantisbt.connect.Viewstate
 
ProgressDialog - class org.mantisbt.connect.ui.swing.ProgressDialog.
MySwing: Advanced Swing Utilites Copyright (C) 2005 Santhosh Kumar T

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

ProgressDialog(Frame, ProgressMonitor) - Constructor for class org.mantisbt.connect.ui.swing.ProgressDialog
 
ProgressDialog(Dialog, ProgressMonitor) - Constructor for class org.mantisbt.connect.ui.swing.ProgressDialog
 
ProgressMonitor - class org.mantisbt.connect.ui.swing.ProgressMonitor.
MySwing: Advanced Swing Utilites Copyright (C) 2005 Santhosh Kumar T

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

ProgressMonitor(int, boolean, int) - Constructor for class org.mantisbt.connect.ui.swing.ProgressMonitor
 
ProgressMonitor(int, boolean) - Constructor for class org.mantisbt.connect.ui.swing.ProgressMonitor
 
ProgressUtil - class org.mantisbt.connect.ui.swing.ProgressUtil.
MySwing: Advanced Swing Utilites Copyright (C) 2005 Santhosh Kumar T

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

ProgressUtil() - Constructor for class org.mantisbt.connect.ui.swing.ProgressUtil
 
Project - class org.mantisbt.connect.model.Project.
 
Project() - Constructor for class org.mantisbt.connect.model.Project
 
ProjectAttachment - class org.mantisbt.connect.model.ProjectAttachment.
 
ProjectAttachment() - Constructor for class org.mantisbt.connect.model.ProjectAttachment
 
ProjectVersion - class org.mantisbt.connect.model.ProjectVersion.
 
ProjectVersion() - Constructor for class org.mantisbt.connect.model.ProjectVersion
 
Proxy - class org.mantisbt.connect.axis.Proxy.
A class which acts as a HTTP proxy for Axis.
Proxy() - Constructor for class org.mantisbt.connect.axis.Proxy
 
parse(String) - Method in class org.mantisbt.connect.text.CheckboxCustomFieldFormat
Expects a String containing which will be evaluated with java.lang.Boolean.valueOf(string).
parse(String) - Method in class org.mantisbt.connect.text.DateCustomFieldFormat
Expects a String containing a date in miliseconds.
parse(String) - Method in interface org.mantisbt.connect.text.ICustomFieldFormat
Parses a value which comes in Mantis-Format and transforms it into an appropriate Java-Object.
parse(String) - Method in class org.mantisbt.connect.text.ListCustomFieldFormat
Expects a string containing values separated by "|"
parse(String) - Method in class org.mantisbt.connect.text.StringCustomFieldFormat
 
parseItems(String) - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
parseValue(int, String) - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
platform - Variable in class org.mantisbt.connect.ui.swing.AdvancedPart
 
priority - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 
privateIssue - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 
privateNote - Variable in class org.mantisbt.connect.ui.swing.NotePart
 
productBuild - Variable in class org.mantisbt.connect.ui.swing.AdvancedPart
 
project - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 
projectChanged() - Method in class org.mantisbt.connect.ui.swing.GeneralPart
 

R

RELATED - Static variable in class org.mantisbt.connect.RelationshipType
 
REPORTER - Static variable in class org.mantisbt.connect.AccessLevel
 
REPRODUCIBILITIES - Static variable in class org.mantisbt.connect.Enumeration
 
REPRODUCIBILITY_ALWAYS - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_ALWAYS_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_HAVE_NOT_TRIED - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_HAVE_NOT_TRIED_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_NA - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_NA_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_RANDOM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_RANDOM_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_SOMETIMES - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_SOMETIMES_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_UNABLE_TO_REPRODUCE - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
REPRODUCIBILITY_UNABLE_TO_REPRODUCE_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
RESOLUTIONS - Static variable in class org.mantisbt.connect.Enumeration
 
Relationship - class org.mantisbt.connect.model.Relationship.
 
Relationship() - Constructor for class org.mantisbt.connect.model.Relationship
 
RelationshipType - class org.mantisbt.connect.RelationshipType.
 
readFile(File) - Static method in class org.mantisbt.connect.Utilities
 
readResource(String) - Static method in class org.mantisbt.connect.Utilities
 
refresh(IIssue) - Method in interface org.mantisbt.connect.ui.IIssueUiPart
 
refresh(IIssue) - Method in class org.mantisbt.connect.ui.swing.AdvancedPart
 
refresh(IIssue) - Method in class org.mantisbt.connect.ui.swing.AttachmentsPart
 
refresh(IIssue) - Method in class org.mantisbt.connect.ui.swing.GeneralPart
 
refresh(IIssue) - Method in class org.mantisbt.connect.ui.swing.NotePart
 
removeAllElements() - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
removeChangeListener(ChangeListener) - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
removeElement(Object) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
removeElementAt(int) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
removeIssueSubmitListener(IIssueSubmitListener) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
removeSessionChangeListener(ISessionChangeListener) - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
removeSessionChangeListener(ISessionChangeListener) - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
reproducibility - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 

S

SEVERITIES - Static variable in class org.mantisbt.connect.Enumeration
 
SEVERITY_BLOCK - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_BLOCK_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_CRASH - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_CRASH_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_FEATURE - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_FEATURE_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_MAJOR - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_MAJOR_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_MINOR - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_MINOR_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_TEXT - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_TEXT_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_TRIVIAL - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_TRIVIAL_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_TWEAK - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
SEVERITY_TWEAK_NUM - Static variable in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
STATUS - Static variable in class org.mantisbt.connect.Enumeration
 
STRING - Static variable in class org.mantisbt.connect.CustomFieldType
 
Session - class org.mantisbt.connect.Session.
Deprecated. Use org.mantisbt.connect.axis.MCSession instead.
Session(MantisConnectPortType, String, String) - Constructor for class org.mantisbt.connect.Session
Deprecated.  
SessionFactory - class org.mantisbt.connect.SessionFactory.
Deprecated. Use org.mantisbt.connect.axis.MCSession instead.
SessionFactory() - Constructor for class org.mantisbt.connect.SessionFactory
Deprecated.  
SettingsDialog - class org.mantisbt.connect.ui.swing.SettingsDialog.
 
SettingsDialog(Frame, ISessionProvider) - Constructor for class org.mantisbt.connect.ui.swing.SettingsDialog
 
StringCustomFieldFormat - class org.mantisbt.connect.text.StringCustomFieldFormat.
Use objects of this type for Custom Fields of type String, Numeric, Float and Email.
StringCustomFieldFormat(ICustomFieldDefinition) - Constructor for class org.mantisbt.connect.text.StringCustomFieldFormat
 
SwingUtilities - class org.mantisbt.connect.ui.swing.SwingUtilities.
 
SwingUtilities() - Constructor for class org.mantisbt.connect.ui.swing.SwingUtilities
 
SwingWorker - class org.mantisbt.connect.ui.swing.SwingWorker.
 
SwingWorker() - Constructor for class org.mantisbt.connect.ui.swing.SwingWorker
Start a thread that will call the construct method and then exit.
session - Variable in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
sessionChanged(IMCSession) - Method in interface org.mantisbt.connect.ui.ISessionChangeListener
 
sessionChanged(IMCSession) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
setAccessLevelMin(AccessLevel) - Method in interface org.mantisbt.connect.model.IProject
 
setAccessLevelMin(AccessLevel) - Method in class org.mantisbt.connect.model.Project
 
setAdditionalInfo(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setAdditionalInformation(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setAdditionalInformation(String) - Method in class org.mantisbt.connect.model.Issue
 
setAttachments(IIssueAttachment[]) - Method in interface org.mantisbt.connect.model.IIssue
 
setAttachments(IIssueAttachment[]) - Method in class org.mantisbt.connect.model.Issue
 
setBuild(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setBuild(String) - Method in class org.mantisbt.connect.model.Issue
 
setCategory(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setCategory(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setCategory(String) - Method in class org.mantisbt.connect.model.Issue
 
setContentType(String) - Method in class org.mantisbt.connect.model.IssueAttachment
 
setContentType(String) - Method in class org.mantisbt.connect.model.ProjectAttachment
 
setCurrent(int) - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
setCurrent(String, int) - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
setCustomFields(ICustomFieldValue[]) - Method in interface org.mantisbt.connect.model.IIssue
 
setCustomFields(ICustomFieldValue[]) - Method in class org.mantisbt.connect.model.Issue
 
setDate(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
setDate(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
setDateOrder(Date) - Method in interface org.mantisbt.connect.model.IProjectVersion
 
setDateOrder(Date) - Method in class org.mantisbt.connect.model.ProjectVersion
 
setDescription(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setDescription(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
setDescription(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
setDescription(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setDescription(String) - Method in interface org.mantisbt.connect.model.IProjectVersion
 
setDescription(String) - Method in class org.mantisbt.connect.model.Issue
 
setDescription(String) - Method in class org.mantisbt.connect.model.ProjectAttachment
 
setDescription(String) - Method in class org.mantisbt.connect.model.ProjectVersion
 
setDesription(String) - Method in interface org.mantisbt.connect.model.IProject
 
setDesription(String) - Method in class org.mantisbt.connect.model.Project
 
setEnabled(boolean) - Method in interface org.mantisbt.connect.model.IProject
 
setEnabled(boolean) - Method in class org.mantisbt.connect.model.Project
 
setEta(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setEta(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setFailOnError(Boolean) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
setField(MCAttribute) - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
setField(IMCAttribute) - Method in class org.mantisbt.connect.model.CustomFieldValue
 
setField(IMCAttribute) - Method in interface org.mantisbt.connect.model.ICustomFieldValue
 
setFilePath(String) - Method in interface org.mantisbt.connect.model.IProject
 
setFilePath(String) - Method in class org.mantisbt.connect.model.Project
 
setFilename(String) - Method in class org.mantisbt.connect.model.IssueAttachment
 
setFilename(String) - Method in class org.mantisbt.connect.model.ProjectAttachment
 
setFixedInVersion(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setFixedInVersion(String) - Method in class org.mantisbt.connect.model.Issue
 
setFormat(String) - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
setFormat(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
setFormat(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
setHandler(IAccount) - Method in interface org.mantisbt.connect.model.IIssue
 
setHandler(IAccount) - Method in class org.mantisbt.connect.model.Issue
 
setId(int) - Method in class org.mantisbt.connect.model.Project
 
setId(int) - Method in class org.mantisbt.connect.model.ProjectVersion
 
setIssue(IIssue) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
setLengthMax(int) - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
setLengthMin(int) - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
setLoginData(String, String, String) - Method in class org.mantisbt.connect.ui.DefaultSessionProvider
 
setLoginData(String, String, String) - Method in interface org.mantisbt.connect.ui.ISessionProvider
 
setName(String) - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
setName(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
setName(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionDeleteTask
 
setName(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
setName(String) - Method in interface org.mantisbt.connect.model.IProject
 
setName(String) - Method in interface org.mantisbt.connect.model.IProjectVersion
 
setName(String) - Method in class org.mantisbt.connect.model.Project
 
setName(String) - Method in class org.mantisbt.connect.model.ProjectVersion
 
setNewname(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
setNotes(INote[]) - Method in interface org.mantisbt.connect.model.IIssue
 
setNotes(INote[]) - Method in class org.mantisbt.connect.model.Issue
 
setOs(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setOs(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setOs(String) - Method in class org.mantisbt.connect.model.Issue
 
setOsBuild(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setOsBuild(String) - Method in class org.mantisbt.connect.model.Issue
 
setOsVersion(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setPassword(String) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
setPlatform(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setPlatform(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setPlatform(String) - Method in class org.mantisbt.connect.model.Issue
 
setPossibleValues(String) - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
setPriority(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setPriority(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setPriority(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setPrivate(boolean) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setPrivate(boolean) - Method in interface org.mantisbt.connect.model.IIssue
 
setPrivate(boolean) - Method in interface org.mantisbt.connect.model.INote
 
setPrivate(boolean) - Method in interface org.mantisbt.connect.model.IProject
 
setPrivate(boolean) - Method in class org.mantisbt.connect.model.Issue
 
setPrivate(boolean) - Method in class org.mantisbt.connect.model.Note
 
setPrivate(boolean) - Method in class org.mantisbt.connect.model.Project
 
setProductBuild(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setProject(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setProject(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
setProject(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionDeleteTask
 
setProject(String) - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
setProject(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setProject(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setProjectId(long) - Method in interface org.mantisbt.connect.model.IProjectVersion
 
setProjectId(long) - Method in class org.mantisbt.connect.model.ProjectVersion
 
setProjection(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setProjection(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setProxy(String, int) - Method in interface org.mantisbt.connect.ISessionFactory
Deprecated.  
setProxy(String, int) - Method in class org.mantisbt.connect.SessionFactory
Deprecated.  
setProxy(String, int) - Static method in class org.mantisbt.connect.axis.Proxy
 
setProxyHost(String) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
setProxyPort(Integer) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
setRelationships(IRelationship[]) - Method in interface org.mantisbt.connect.model.IIssue
 
setRelationships(IRelationship[]) - Method in class org.mantisbt.connect.model.Issue
 
setReleased(Boolean) - Method in class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
setReleased(Boolean) - Method in class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
setReleased(boolean) - Method in interface org.mantisbt.connect.model.IProjectVersion
 
setReleased(boolean) - Method in class org.mantisbt.connect.model.ProjectVersion
 
setReporter(IAccount) - Method in interface org.mantisbt.connect.model.IIssue
 
setReporter(IAccount) - Method in interface org.mantisbt.connect.model.INote
 
setReporter(IAccount) - Method in class org.mantisbt.connect.model.Issue
 
setReporter(IAccount) - Method in class org.mantisbt.connect.model.Note
 
setReproducibility(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setReproducibility(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setReproducibility(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setResolution(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setResolution(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setSelectedItem(Object) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart.MyComboBoxModel
 
setSession(IMCSession) - Method in interface org.mantisbt.connect.ui.IIssueUiPart
 
setSession(IMCSession) - Method in class org.mantisbt.connect.ui.swing.AbstractIssueUiPart
 
setSession(IMCSession) - Method in class org.mantisbt.connect.ui.swing.GeneralPart
 
setSession(IMCSession) - Method in class org.mantisbt.connect.ui.swing.NotePart
 
setSessionClass(String) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
setSeverity(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setSeverity(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setSeverity(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setSponsorshipTotal(long) - Method in interface org.mantisbt.connect.model.IIssue
 
setSponsorshipTotal(long) - Method in class org.mantisbt.connect.model.Issue
 
setStatus(IMCAttribute) - Method in interface org.mantisbt.connect.model.IIssue
 
setStatus(IMCAttribute) - Method in class org.mantisbt.connect.model.Issue
 
setStepsToReproduce(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setStepsToReproduce(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setStepsToReproduce(String) - Method in class org.mantisbt.connect.model.Issue
 
setSubProjects(IProject[]) - Method in interface org.mantisbt.connect.model.IProject
 
setSubProjects(IProject[]) - Method in class org.mantisbt.connect.model.Project
 
setSummary(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setSummary(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setSummary(String) - Method in class org.mantisbt.connect.model.Issue
 
setTargetId(long) - Method in interface org.mantisbt.connect.model.IRelationship
 
setTargetId(long) - Method in class org.mantisbt.connect.model.Relationship
 
setText(String) - Method in interface org.mantisbt.connect.model.INote
 
setText(String) - Method in class org.mantisbt.connect.model.Note
 
setTitle(String) - Method in class org.mantisbt.connect.model.ProjectAttachment
 
setType(CustomFieldType) - Method in class org.mantisbt.connect.model.CustomFieldDefinition
 
setType(IMCAttribute) - Method in interface org.mantisbt.connect.model.IRelationship
 
setType(IMCAttribute) - Method in class org.mantisbt.connect.model.Relationship
 
setUrl(String) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
setUsername(String) - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 
setValue(String) - Method in class org.mantisbt.connect.ant.taskdefs.CustomField
 
setValue(String) - Method in class org.mantisbt.connect.model.CustomFieldValue
 
setValue(String) - Method in interface org.mantisbt.connect.model.ICustomFieldValue
 
setVersion(String) - Method in class org.mantisbt.connect.ant.taskdefs.IssueSubmitTask
 
setVersion(String) - Method in interface org.mantisbt.connect.model.IIssue
 
setVersion(String) - Method in class org.mantisbt.connect.model.Issue
 
severity - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 
showError(Component, String) - Static method in class org.mantisbt.connect.ui.swing.SwingUtilities
 
showInfo(Component, String) - Static method in class org.mantisbt.connect.ui.swing.SwingUtilities
 
start(String) - Method in class org.mantisbt.connect.ui.swing.ProgressMonitor
 
start() - Method in class org.mantisbt.connect.ui.swing.SwingWorker
Start the worker thread.
stateChanged(ChangeEvent) - Method in class org.mantisbt.connect.ui.swing.ProgressDialog
 
stepsToReproduce - Variable in class org.mantisbt.connect.ui.swing.AdvancedPart
 
submit() - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
submitAttachment(IMCSession, long, File) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
submitAttachment(IMCSession, long, IIssueAttachment) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
submitIssue(IMCSession, IIssue) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
submitIssue(IMCSession, IIssue) - Method in interface org.mantisbt.connect.ui.ISubmitter
 
submitNote(IMCSession, long, INote) - Method in class org.mantisbt.connect.ui.DefaultSubmitter
 
submitter - Variable in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
summary - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 

T

toBigInt(long) - Method in class org.mantisbt.connect.Session
Deprecated.  
toLong(BigInteger) - Method in class org.mantisbt.connect.Session
Deprecated.  

U

UPDATER - Static variable in class org.mantisbt.connect.AccessLevel
 
Utilities - class org.mantisbt.connect.Utilities.
 
Utilities() - Constructor for class org.mantisbt.connect.Utilities
 
updateIssue(IIssue) - Method in interface org.mantisbt.connect.IMCSession
Update issue.
updateIssue(IssueData) - Method in interface org.mantisbt.connect.ISession
Deprecated. Update issue.
updateIssue(IssueData) - Method in class org.mantisbt.connect.Session
Deprecated.  
updateIssue(IIssue) - Method in class org.mantisbt.connect.axis.MCSession
 
updateIssueFromUi(IIssue) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
updateUiFromIssue(IIssue) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
updateUiFromSession(IMCSession) - Method in class org.mantisbt.connect.ui.swing.IssueSubmitPanel
 
updateVersion(IProjectVersion) - Method in interface org.mantisbt.connect.IMCSession
Update version method.
updateVersion(ProjectVersionData) - Method in interface org.mantisbt.connect.ISession
Deprecated. Update version method.
updateVersion(ProjectVersionData) - Method in class org.mantisbt.connect.Session
Deprecated.  
updateVersion(IProjectVersion) - Method in class org.mantisbt.connect.axis.MCSession
 
useProxy() - Method in class org.mantisbt.connect.ant.taskdefs.MantisConnectTask
 

V

VIEWER - Static variable in class org.mantisbt.connect.AccessLevel
 
VIEW_STATES - Static variable in class org.mantisbt.connect.Enumeration
 
VS_PRIVATE - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.Viewstate.PRIVATE
VS_PUBLIC - Static variable in interface org.mantisbt.connect.ISession
Deprecated. Use org.mantisbt.connect.Viewstate.PUBLIC
VersionAddTask - class org.mantisbt.connect.ant.taskdefs.VersionAddTask.
This task can be used to submit project versions via Ant.
VersionAddTask() - Constructor for class org.mantisbt.connect.ant.taskdefs.VersionAddTask
 
VersionDeleteTask - class org.mantisbt.connect.ant.taskdefs.VersionDeleteTask.
This task can be used to delete a project version via Ant.
VersionDeleteTask() - Constructor for class org.mantisbt.connect.ant.taskdefs.VersionDeleteTask
 
VersionUpdateTask - class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask.
This task can be used to update a project version via Ant.
VersionUpdateTask() - Constructor for class org.mantisbt.connect.ant.taskdefs.VersionUpdateTask
 
Viewstate - class org.mantisbt.connect.Viewstate.
 
validateAllowedValue(String) - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
validateMaxLength(String) - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
validateMinLength(String) - Method in class org.mantisbt.connect.text.CustomFieldFormat
 
version - Variable in class org.mantisbt.connect.ui.swing.GeneralPart
 

A B C D E F G H I J L M N O P R S T U V