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

A

AbstractChangeSet<T extends hudson.scm.ChangeLogSet.Entry> - Class in hudson.plugins.mantis.changeset
AbstractChangeSet
AbstractChangeSet(int, AbstractBuild<?, ?>, T) - Constructor for class hudson.plugins.mantis.changeset.AbstractChangeSet
 
AbstractMantisSession - Class in hudson.plugins.mantis.soap
Abstarct MantisSession class.
AbstractMantisSession() - Constructor for class hudson.plugins.mantis.soap.AbstractMantisSession
 
AccountData - Class in hudson.plugins.mantis.soap.mantis110
 
AccountData() - Constructor for class hudson.plugins.mantis.soap.mantis110.AccountData
 
AccountData(BigInteger, String, String, String) - Constructor for class hudson.plugins.mantis.soap.mantis110.AccountData
 
AccountData - Class in hudson.plugins.mantis.soap.mantis120
 
AccountData() - Constructor for class hudson.plugins.mantis.soap.mantis120.AccountData
 
AccountData(BigInteger, String, String, String) - Constructor for class hudson.plugins.mantis.soap.mantis120.AccountData
 
addNote(int, MantisNote) - Method in class hudson.plugins.mantis.soap.AbstractMantisSession
 
addNote(int, MantisNote) - Method in class hudson.plugins.mantis.soap.mantis110.MantisSessionImpl
 
addNote(int, MantisNote) - Method in class hudson.plugins.mantis.soap.mantis120.MantisSessionImpl
 
addNote(int, MantisNote) - Method in interface hudson.plugins.mantis.soap.MantisSession
 
annotate(AbstractBuild<?, ?>, ChangeLogSet.Entry, MarkupText) - Method in class hudson.plugins.mantis.MantisLinkAnnotator
 
AttachmentData - Class in hudson.plugins.mantis.soap.mantis110
 
AttachmentData() - Constructor for class hudson.plugins.mantis.soap.mantis110.AttachmentData
 
AttachmentData(BigInteger, String, BigInteger, String, Calendar, URI) - Constructor for class hudson.plugins.mantis.soap.mantis110.AttachmentData
 
AttachmentData - Class in hudson.plugins.mantis.soap.mantis120
 
AttachmentData() - Constructor for class hudson.plugins.mantis.soap.mantis120.AttachmentData
 
AttachmentData(BigInteger, String, BigInteger, String, Calendar, URI) - Constructor for class hudson.plugins.mantis.soap.mantis120.AttachmentData
 

B

build - Variable in class hudson.plugins.mantis.changeset.AbstractChangeSet
 

C

ChangeSet - Interface in hudson.plugins.mantis.changeset
ChangeSet interface.
ChangeSet_Author(Object) - Static method in class hudson.plugins.mantis.changeset.Messages
Author: {0}
ChangeSet_ChangedPaths_CVS_Path(Object, Object, Object, Object) - Static method in class hudson.plugins.mantis.changeset.Messages
{0} {1} {2} {3}
ChangeSet_ChangedPaths_Header() - Static method in class hudson.plugins.mantis.changeset.Messages
Changed paths:
ChangeSet_ChangedPaths_Path(Object, Object) - Static method in class hudson.plugins.mantis.changeset.Messages
{0} {1}
ChangeSet_Log(Object) - Static method in class hudson.plugins.mantis.changeset.Messages
Log: {0}
ChangeSet_Revision(Object, Object) - Static method in class hudson.plugins.mantis.changeset.Messages
Revision/Changeset: {0} {1}
ChangeSetFactory - Class in hudson.plugins.mantis.changeset
ChangeSet Factory.
ChangeSetUtil - Class in hudson.plugins.mantis.changeset
Utility.
CompatibleChangeSet - Class in hudson.plugins.mantis.changeset
This changeSet has only id.
CompatibleChangeSet(int) - Constructor for class hudson.plugins.mantis.changeset.CompatibleChangeSet
 
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 
createCall() - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
createCall() - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
createChangeLog() - Method in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
createChangeLog() - Method in interface hudson.plugins.mantis.changeset.ChangeSet
 
createChangeLog() - Method in class hudson.plugins.mantis.changeset.CompatibleChangeSet
 
createChangeLog() - Method in class hudson.plugins.mantis.changeset.CVSChangeSet
 
createChangeLog() - Method in class hudson.plugins.mantis.changeset.DefaultChangeSet
 
createChangeLog() - Method in class hudson.plugins.mantis.changeset.GitChangeSet
 
createChangeLog() - Method in class hudson.plugins.mantis.changeset.MercurialChangeSet
 
createChangeLog() - Method in class hudson.plugins.mantis.changeset.SubversionChangeSet
 
createClientConfig() - Method in class hudson.plugins.mantis.soap.AbstractMantisSession
 
CRLF - Static variable in interface hudson.plugins.mantis.changeset.ChangeSet
 
CustomFieldDefinitionData - Class in hudson.plugins.mantis.soap.mantis110
 
CustomFieldDefinitionData() - Constructor for class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
 
CustomFieldDefinitionData(ObjectRef, BigInteger, String, String, String, BigInteger, BigInteger, BigInteger, BigInteger, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
 
CustomFieldDefinitionData - Class in hudson.plugins.mantis.soap.mantis120
 
CustomFieldDefinitionData() - Constructor for class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
 
CustomFieldDefinitionData(ObjectRef, BigInteger, String, String, String, BigInteger, BigInteger, BigInteger, BigInteger, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
 
CustomFieldValueForIssueData - Class in hudson.plugins.mantis.soap.mantis110
 
CustomFieldValueForIssueData() - Constructor for class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
 
CustomFieldValueForIssueData(ObjectRef, String) - Constructor for class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
 
CustomFieldValueForIssueData - Class in hudson.plugins.mantis.soap.mantis120
 
CustomFieldValueForIssueData() - Constructor for class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
 
CustomFieldValueForIssueData(ObjectRef, String) - Constructor for class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
 
CVSChangeSet - Class in hudson.plugins.mantis.changeset
ChangeSet of CVS
CVSChangeSet(int, AbstractBuild<?, ?>, CVSChangeLogSet.CVSChangeLog) - Constructor for class hudson.plugins.mantis.changeset.CVSChangeSet
 

D

DefaultChangeSet - Class in hudson.plugins.mantis.changeset
Default ChangeSet
DefaultChangeSet(int, AbstractBuild<?, ?>, ChangeLogSet.Entry) - Constructor for class hudson.plugins.mantis.changeset.DefaultChangeSet
 
DESCRIPTOR - Static variable in class hudson.plugins.mantis.MantisProjectProperty
 
doCheckLogin(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 
doCheckPattern(AbstractProject<?, ?>, String) - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 

E

END_POINT - Static variable in class hudson.plugins.mantis.soap.AbstractMantisSession
 
entry - Variable in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
 
equals(Object) - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
 
escape(String) - Static method in class hudson.plugins.mantis.Utility
 
escapeRegexp(String) - Static method in class hudson.plugins.mantis.Utility
 

F

FilterData - Class in hudson.plugins.mantis.soap.mantis110
 
FilterData() - Constructor for class hudson.plugins.mantis.soap.mantis110.FilterData
 
FilterData(BigInteger, AccountData, BigInteger, Boolean, String, String) - Constructor for class hudson.plugins.mantis.soap.mantis110.FilterData
 
FilterData - Class in hudson.plugins.mantis.soap.mantis120
 
FilterData() - Constructor for class hudson.plugins.mantis.soap.mantis120.FilterData
 
FilterData(BigInteger, AccountData, BigInteger, Boolean, String, String) - Constructor for class hudson.plugins.mantis.soap.mantis120.FilterData
 

G

get(AbstractProject<?, ?>) - Static method in class hudson.plugins.mantis.MantisSite
 
getAccess_level_r() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the access_level_r value for this CustomFieldDefinitionData.
getAccess_level_r() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the access_level_r value for this CustomFieldDefinitionData.
getAccess_level_rw() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the access_level_rw value for this CustomFieldDefinitionData.
getAccess_level_rw() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the access_level_rw value for this CustomFieldDefinitionData.
getAccess_min() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the access_min value for this ProjectData.
getAccess_min() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the access_min value for this ProjectData.
getAdditional_information() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the additional_information value for this IssueData.
getAdditional_information() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the additional_information value for this IssueData.
getAdvanced() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the advanced value for this CustomFieldDefinitionData.
getAdvanced() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the advanced value for this CustomFieldDefinitionData.
getAttachments() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the attachments value for this IssueData.
getAttachments() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the attachments value for this IssueData.
getAttachments_count() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the attachments_count value for this IssueHeaderData.
getAttachments_count() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the attachments_count value for this IssueHeaderData.
getAuthor() - Method in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
getBasicPassword() - Method in class hudson.plugins.mantis.MantisSite
 
getBasicUserName() - Method in class hudson.plugins.mantis.MantisSite
 
getBuild() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the build value for this IssueData.
getBuild() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the build value for this IssueData.
getCategory() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the category value for this IssueData.
getCategory() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the category value for this IssueHeaderData.
getCategory() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the category value for this IssueData.
getCategory() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the category value for this IssueHeaderData.
getChangeSetLink() - Method in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
getChangeSetLink() - Method in class hudson.plugins.mantis.changeset.CVSChangeSet
 
getChangeSets() - Method in class hudson.plugins.mantis.MantisCarryOverChangeSetAction
 
getCode() - Method in enum hudson.plugins.mantis.model.MantisViewState
 
getContent_type() - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Gets the content_type value for this AttachmentData.
getContent_type() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the content_type value for this ProjectAttachmentData.
getContent_type() - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Gets the content_type value for this AttachmentData.
getContent_type() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the content_type value for this ProjectAttachmentData.
getCustom_fields() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the custom_fields value for this IssueData.
getCustom_fields() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the custom_fields value for this IssueData.
getDate_order() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Gets the date_order value for this ProjectVersionData.
getDate_order() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Gets the date_order value for this ProjectVersionData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Gets the date_submitted value for this AttachmentData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the date_submitted value for this IssueData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Gets the date_submitted value for this IssueNoteData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the date_submitted value for this ProjectAttachmentData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Gets the date_submitted value for this AttachmentData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the date_submitted value for this IssueData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Gets the date_submitted value for this IssueNoteData.
getDate_submitted() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the date_submitted value for this ProjectAttachmentData.
getDefault_value() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the default_value value for this CustomFieldDefinitionData.
getDefault_value() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the default_value value for this CustomFieldDefinitionData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the description value for this IssueData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the description value for this ProjectAttachmentData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the description value for this ProjectData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Gets the description value for this ProjectVersionData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the description value for this IssueData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the description value for this ProjectAttachmentData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the description value for this ProjectData.
getDescription() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Gets the description value for this ProjectVersionData.
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.AccountData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.FilterData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.IssueData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.AccountData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.FilterData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.IssueData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Get Custom Deserializer
getDisplay_closed() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the display_closed value for this CustomFieldDefinitionData.
getDisplay_closed() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the display_closed value for this CustomFieldDefinitionData.
getDisplay_report() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the display_report value for this CustomFieldDefinitionData.
getDisplay_report() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the display_report value for this CustomFieldDefinitionData.
getDisplay_resolved() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the display_resolved value for this CustomFieldDefinitionData.
getDisplay_resolved() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the display_resolved value for this CustomFieldDefinitionData.
getDisplay_update() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the display_update value for this CustomFieldDefinitionData.
getDisplay_update() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the display_update value for this CustomFieldDefinitionData.
getDisplayName() - Method in class hudson.plugins.mantis.MantisBuildAction
 
getDisplayName() - Method in class hudson.plugins.mantis.MantisIssueUpdater.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 
getDisplayName() - Method in enum hudson.plugins.mantis.MantisSite.MantisVersion
 
getDownload_url() - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Gets the download_url value for this AttachmentData.
getDownload_url() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the download_url value for this ProjectAttachmentData.
getDownload_url() - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Gets the download_url value for this AttachmentData.
getDownload_url() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the download_url value for this ProjectAttachmentData.
getEditTypeMark(EditType) - Static method in class hudson.plugins.mantis.changeset.ChangeSetUtil
 
getEmail() - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Gets the email value for this AccountData.
getEmail() - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Gets the email value for this AccountData.
getEnabled() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the enabled value for this ProjectData.
getEnabled() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the enabled value for this ProjectData.
getEta() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the eta value for this IssueData.
getEta() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the eta value for this IssueData.
getField() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the field value for this CustomFieldDefinitionData.
getField() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
Gets the field value for this CustomFieldValueForIssueData.
getField() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the field value for this CustomFieldDefinitionData.
getField() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
Gets the field value for this CustomFieldValueForIssueData.
getFile_path() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the file_path value for this ProjectData.
getFile_path() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the file_path value for this ProjectData.
getFilename() - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Gets the filename value for this AttachmentData.
getFilename() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the filename value for this ProjectAttachmentData.
getFilename() - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Gets the filename value for this AttachmentData.
getFilename() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the filename value for this ProjectAttachmentData.
getFilter_string() - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Gets the filter_string value for this FilterData.
getFilter_string() - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Gets the filter_string value for this FilterData.
getFixed_in_version() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the fixed_in_version value for this IssueData.
getFixed_in_version() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the fixed_in_version value for this IssueData.
getHandler() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the handler value for this IssueData.
getHandler() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the handler value for this IssueHeaderData.
getHandler() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the handler value for this IssueData.
getHandler() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the handler value for this IssueHeaderData.
getHelpFile() - Method in class hudson.plugins.mantis.MantisIssueUpdater.DescriptorImpl
 
getIconFileName() - Method in class hudson.plugins.mantis.MantisBuildAction
 
getId() - Method in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
getId() - Method in interface hudson.plugins.mantis.changeset.ChangeSet
 
getId() - Method in class hudson.plugins.mantis.model.MantisIssue
 
getId() - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Gets the id value for this AccountData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Gets the id value for this AttachmentData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Gets the id value for this FilterData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the id value for this IssueData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the id value for this IssueHeaderData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Gets the id value for this IssueNoteData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
Gets the id value for this ObjectRef.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the id value for this ProjectAttachmentData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the id value for this ProjectData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Gets the id value for this ProjectVersionData.
getId() - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Gets the id value for this RelationshipData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Gets the id value for this AccountData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Gets the id value for this AttachmentData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Gets the id value for this FilterData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the id value for this IssueData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the id value for this IssueHeaderData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Gets the id value for this IssueNoteData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
Gets the id value for this ObjectRef.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the id value for this ProjectAttachmentData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the id value for this ProjectData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Gets the id value for this ProjectVersionData.
getId() - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Gets the id value for this RelationshipData.
getInherit_global() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the inherit_global value for this ProjectData.
getIs_public() - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Gets the is_public value for this FilterData.
getIs_public() - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Gets the is_public value for this FilterData.
getIssue(int) - Method in class hudson.plugins.mantis.MantisBuildAction
 
getIssue(int) - Method in class hudson.plugins.mantis.MantisSite
 
getIssue(int) - Method in class hudson.plugins.mantis.soap.AbstractMantisSession
 
getIssue(int) - Method in class hudson.plugins.mantis.soap.mantis110.MantisSessionImpl
 
getIssue(int) - Method in class hudson.plugins.mantis.soap.mantis120.MantisSessionImpl
 
getIssue(int) - Method in interface hudson.plugins.mantis.soap.MantisSession
 
getIssues() - Method in class hudson.plugins.mantis.MantisBuildAction
 
getLast_modified() - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Gets the last_modified value for this IssueNoteData.
getLast_modified() - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Gets the last_modified value for this IssueNoteData.
getLast_updated() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the last_updated value for this IssueData.
getLast_updated() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the last_updated value for this IssueHeaderData.
getLast_updated() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the last_updated value for this IssueData.
getLast_updated() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the last_updated value for this IssueHeaderData.
getLength_max() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the length_max value for this CustomFieldDefinitionData.
getLength_max() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the length_max value for this CustomFieldDefinitionData.
getLength_min() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the length_min value for this CustomFieldDefinitionData.
getLength_min() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the length_min value for this CustomFieldDefinitionData.
getMantisConnectPort() - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnect
 
getMantisConnectPort(URL) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnect
 
getMantisConnectPort() - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
getMantisConnectPort(URL) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
getMantisConnectPort() - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnect
 
getMantisConnectPort(URL) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnect
 
getMantisConnectPort() - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
getMantisConnectPort(URL) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
getMantisConnectPortAddress() - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnect
 
getMantisConnectPortAddress() - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
getMantisConnectPortAddress() - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnect
 
getMantisConnectPortAddress() - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
getMantisConnectPortWSDDServiceName() - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
getMantisConnectPortWSDDServiceName() - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
getMantisVersions() - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 
getMsg() - Method in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
getName() - Method in class hudson.plugins.mantis.MantisSite
 
getName() - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Gets the name value for this AccountData.
getName() - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Gets the name value for this FilterData.
getName() - Method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
Gets the name value for this ObjectRef.
getName() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the name value for this ProjectData.
getName() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Gets the name value for this ProjectVersionData.
getName() - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Gets the name value for this AccountData.
getName() - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Gets the name value for this FilterData.
getName() - Method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
Gets the name value for this ObjectRef.
getName() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the name value for this ProjectData.
getName() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Gets the name value for this ProjectVersionData.
getNotes() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the notes value for this IssueData.
getNotes() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the notes value for this IssueData.
getNotes_count() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the notes_count value for this IssueHeaderData.
getNotes_count() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the notes_count value for this IssueHeaderData.
getOs() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the os value for this IssueData.
getOs() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the os value for this IssueData.
getOs_build() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the os_build value for this IssueData.
getOs_build() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the os_build value for this IssueData.
getOwner() - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Gets the owner value for this FilterData.
getOwner() - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Gets the owner value for this FilterData.
getPassword() - Method in class hudson.plugins.mantis.MantisSite
 
getPattern() - Method in class hudson.plugins.mantis.MantisBuildAction
 
getPattern() - Method in class hudson.plugins.mantis.MantisProjectProperty
 
getPlatform() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the platform value for this IssueData.
getPlatform() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the platform value for this IssueData.
getPort(Class) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
For the given interface, get the stub implementation.
getPort(QName, Class) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
For the given interface, get the stub implementation.
getPort(Class) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
For the given interface, get the stub implementation.
getPort(QName, Class) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
For the given interface, get the stub implementation.
getPorts() - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
getPorts() - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
getPossible_values() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the possible_values value for this CustomFieldDefinitionData.
getPossible_values() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the possible_values value for this CustomFieldDefinitionData.
getPriority() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the priority value for this IssueData.
getPriority() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the priority value for this IssueHeaderData.
getPriority() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the priority value for this IssueData.
getPriority() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the priority value for this IssueHeaderData.
getProject() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the project value for this IssueData.
getProject() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the project value for this IssueHeaderData.
getProject() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the project value for this IssueData.
getProject() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the project value for this IssueHeaderData.
getProject_id() - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Gets the project_id value for this FilterData.
getProject_id() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Gets the project_id value for this ProjectVersionData.
getProject_id() - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Gets the project_id value for this FilterData.
getProject_id() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Gets the project_id value for this ProjectVersionData.
getProjection() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the projection value for this IssueData.
getProjection() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the projection value for this IssueData.
getReal_name() - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Gets the real_name value for this AccountData.
getReal_name() - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Gets the real_name value for this AccountData.
getRegex() - Method in class hudson.plugins.mantis.MantisProjectProperty
 
getRegexpPattern() - Method in class hudson.plugins.mantis.MantisProjectProperty
 
getRelationships() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the relationships value for this IssueData.
getRelationships() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the relationships value for this IssueData.
getReleased() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Gets the released value for this ProjectVersionData.
getReleased() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Gets the released value for this ProjectVersionData.
getReporter() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the reporter value for this IssueData.
getReporter() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the reporter value for this IssueHeaderData.
getReporter() - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Gets the reporter value for this IssueNoteData.
getReporter() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the reporter value for this IssueData.
getReporter() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the reporter value for this IssueHeaderData.
getReporter() - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Gets the reporter value for this IssueNoteData.
getRepositoryBrowser() - Method in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
getReproducibility() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the reproducibility value for this IssueData.
getReproducibility() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the reproducibility value for this IssueData.
getRequire_closed() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the require_closed value for this CustomFieldDefinitionData.
getRequire_closed() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the require_closed value for this CustomFieldDefinitionData.
getRequire_report() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the require_report value for this CustomFieldDefinitionData.
getRequire_report() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the require_report value for this CustomFieldDefinitionData.
getRequire_resolved() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the require_resolved value for this CustomFieldDefinitionData.
getRequire_resolved() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the require_resolved value for this CustomFieldDefinitionData.
getRequire_update() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the require_update value for this CustomFieldDefinitionData.
getRequire_update() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the require_update value for this CustomFieldDefinitionData.
getResolution() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the resolution value for this IssueData.
getResolution() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the resolution value for this IssueHeaderData.
getResolution() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the resolution value for this IssueData.
getResolution() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the resolution value for this IssueHeaderData.
getRevision() - Method in class hudson.plugins.mantis.changeset.GitChangeSet
 
getRevision() - Method in class hudson.plugins.mantis.changeset.MercurialChangeSet
 
getRevision() - Method in class hudson.plugins.mantis.changeset.SubversionChangeSet
 
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.AccountData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.FilterData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.IssueData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.AccountData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.FilterData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.IssueData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Get Custom Serializer
getServiceName() - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
getServiceName() - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
getSession(MantisSite) - Static method in class hudson.plugins.mantis.soap.MantisSessionFactory
 
getSeverity() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the severity value for this IssueData.
getSeverity() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the severity value for this IssueHeaderData.
getSeverity() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the severity value for this IssueData.
getSeverity() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the severity value for this IssueHeaderData.
getSite() - Method in class hudson.plugins.mantis.MantisProjectProperty
 
getSiteName() - Method in class hudson.plugins.mantis.MantisProjectProperty
 
getSites() - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 
getSize() - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Gets the size value for this AttachmentData.
getSize() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the size value for this ProjectAttachmentData.
getSize() - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Gets the size value for this AttachmentData.
getSize() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the size value for this ProjectAttachmentData.
getSponsorship_total() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the sponsorship_total value for this IssueData.
getSponsorship_total() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the sponsorship_total value for this IssueData.
getStatus() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the status value for this IssueData.
getStatus() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the status value for this IssueHeaderData.
getStatus() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the status value for this ProjectData.
getStatus() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the status value for this IssueData.
getStatus() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the status value for this IssueHeaderData.
getStatus() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the status value for this ProjectData.
getSteps_to_reproduce() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the steps_to_reproduce value for this IssueData.
getSteps_to_reproduce() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the steps_to_reproduce value for this IssueData.
getSubprojects() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the subprojects value for this ProjectData.
getSubprojects() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the subprojects value for this ProjectData.
getSummary() - Method in class hudson.plugins.mantis.model.MantisIssue
 
getSummary() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the summary value for this IssueData.
getSummary() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the summary value for this IssueHeaderData.
getSummary() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the summary value for this IssueData.
getSummary() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the summary value for this IssueHeaderData.
getTarget_id() - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Gets the target_id value for this RelationshipData.
getTarget_id() - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Gets the target_id value for this RelationshipData.
getTarget_version() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the target_version value for this IssueData.
getText() - Method in class hudson.plugins.mantis.model.MantisNote
 
getText() - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Gets the text value for this IssueNoteData.
getText() - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Gets the text value for this IssueNoteData.
getTitle() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Gets the title value for this ProjectAttachmentData.
getTitle() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Gets the title value for this ProjectAttachmentData.
getType() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the type value for this CustomFieldDefinitionData.
getType() - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Gets the type value for this RelationshipData.
getType() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the type value for this CustomFieldDefinitionData.
getType() - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Gets the type value for this RelationshipData.
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.AccountData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.FilterData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.IssueData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.AccountData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.FilterData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.IssueData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Return type metadata object
getTypeDesc() - Static method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Return type metadata object
getUrl() - Method in class hudson.plugins.mantis.MantisSite
 
getUrlName() - Method in class hudson.plugins.mantis.MantisBuildAction
 
getUserName() - Method in class hudson.plugins.mantis.MantisSite
 
getValid_regexp() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Gets the valid_regexp value for this CustomFieldDefinitionData.
getValid_regexp() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Gets the valid_regexp value for this CustomFieldDefinitionData.
getValue() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
Gets the value value for this CustomFieldValueForIssueData.
getValue() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
Gets the value value for this CustomFieldValueForIssueData.
getVersion() - Method in class hudson.plugins.mantis.MantisSite
 
getVersion() - Method in class hudson.plugins.mantis.soap.AbstractMantisSession
 
getVersion() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the version value for this IssueData.
getVersion() - Method in class hudson.plugins.mantis.soap.mantis110.MantisSessionImpl
 
getVersion() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the version value for this IssueData.
getVersion() - Method in class hudson.plugins.mantis.soap.mantis120.MantisSessionImpl
 
getVersion() - Method in interface hudson.plugins.mantis.soap.MantisSession
 
getVersionSafely(String, MantisSite.MantisVersion) - Static method in enum hudson.plugins.mantis.MantisSite.MantisVersion
 
getView_state() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Gets the view_state value for this IssueData.
getView_state() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Gets the view_state value for this IssueHeaderData.
getView_state() - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Gets the view_state value for this IssueNoteData.
getView_state() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Gets the view_state value for this ProjectData.
getView_state() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Gets the view_state value for this IssueData.
getView_state() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Gets the view_state value for this IssueHeaderData.
getView_state() - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Gets the view_state value for this IssueNoteData.
getView_state() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Gets the view_state value for this ProjectData.
getViewState() - Method in class hudson.plugins.mantis.model.MantisNote
 
GitChangeSet - Class in hudson.plugins.mantis.changeset
ChangeSet of Git.
GitChangeSet(int, AbstractBuild<?, ?>, GitChangeSet) - Constructor for class hudson.plugins.mantis.changeset.GitChangeSet
 

H

hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
 
hashCode() - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
 
hudson.plugins.mantis - package hudson.plugins.mantis
 
hudson.plugins.mantis.changeset - package hudson.plugins.mantis.changeset
 
hudson.plugins.mantis.model - package hudson.plugins.mantis.model
 
hudson.plugins.mantis.soap - package hudson.plugins.mantis.soap
 
hudson.plugins.mantis.soap.mantis110 - package hudson.plugins.mantis.soap.mantis110
 
hudson.plugins.mantis.soap.mantis120 - package hudson.plugins.mantis.soap.mantis120
 

I

id - Variable in class hudson.plugins.mantis.changeset.AbstractChangeSet
 
invoke(MessageContext) - Method in class hudson.plugins.mantis.soap.LogHandler
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.mantis.MantisIssueUpdater.DescriptorImpl
 
isApplicable(Class<? extends Job>) - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 
isConnect() - Method in class hudson.plugins.mantis.MantisSite
 
isKeepNotePrivate() - Method in class hudson.plugins.mantis.MantisIssueUpdater
 
isLinkEnabled() - Method in class hudson.plugins.mantis.MantisProjectProperty
 
isRecordChangelog() - Method in class hudson.plugins.mantis.MantisIssueUpdater
 
IssueData - Class in hudson.plugins.mantis.soap.mantis110
 
IssueData() - Constructor for class hudson.plugins.mantis.soap.mantis110.IssueData
 
IssueData(BigInteger, ObjectRef, Calendar, ObjectRef, String, ObjectRef, ObjectRef, ObjectRef, AccountData, String, String, String, String, String, String, ObjectRef, Calendar, BigInteger, AccountData, ObjectRef, ObjectRef, ObjectRef, String, String, String, String, AttachmentData[], RelationshipData[], IssueNoteData[], CustomFieldValueForIssueData[]) - Constructor for class hudson.plugins.mantis.soap.mantis110.IssueData
 
IssueData - Class in hudson.plugins.mantis.soap.mantis120
 
IssueData() - Constructor for class hudson.plugins.mantis.soap.mantis120.IssueData
 
IssueData(BigInteger, ObjectRef, Calendar, ObjectRef, String, ObjectRef, ObjectRef, ObjectRef, AccountData, String, String, String, String, String, String, ObjectRef, Calendar, BigInteger, AccountData, ObjectRef, ObjectRef, ObjectRef, String, String, String, String, String, AttachmentData[], RelationshipData[], IssueNoteData[], CustomFieldValueForIssueData[]) - Constructor for class hudson.plugins.mantis.soap.mantis120.IssueData
 
IssueHeaderData - Class in hudson.plugins.mantis.soap.mantis110
 
IssueHeaderData() - Constructor for class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
 
IssueHeaderData(BigInteger, BigInteger, Calendar, BigInteger, String, BigInteger, BigInteger, BigInteger, BigInteger, String, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
 
IssueHeaderData - Class in hudson.plugins.mantis.soap.mantis120
 
IssueHeaderData() - Constructor for class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
 
IssueHeaderData(BigInteger, BigInteger, Calendar, BigInteger, String, BigInteger, BigInteger, BigInteger, BigInteger, String, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
 
IssueNoteData - Class in hudson.plugins.mantis.soap.mantis110
 
IssueNoteData() - Constructor for class hudson.plugins.mantis.soap.mantis110.IssueNoteData
 
IssueNoteData(BigInteger, AccountData, String, ObjectRef, Calendar, Calendar) - Constructor for class hudson.plugins.mantis.soap.mantis110.IssueNoteData
 
IssueNoteData - Class in hudson.plugins.mantis.soap.mantis120
 
IssueNoteData() - Constructor for class hudson.plugins.mantis.soap.mantis120.IssueNoteData
 
IssueNoteData(BigInteger, AccountData, String, ObjectRef, Calendar, Calendar) - Constructor for class hudson.plugins.mantis.soap.mantis120.IssueNoteData
 

L

log(PrintStream, String) - Static method in class hudson.plugins.mantis.Utility
 
LogHandler - Class in hudson.plugins.mantis.soap
SOAP LogGandler.
LogHandler() - Constructor for class hudson.plugins.mantis.soap.LogHandler
 

M

MantiBuildAction_Displayname() - Static method in class hudson.plugins.mantis.Messages
Mantis issues
MantisBuildAction - Class in hudson.plugins.mantis
Mantis issues related to the build.
MantisBuildAction(Pattern, MantisIssue[]) - Constructor for class hudson.plugins.mantis.MantisBuildAction
 
MantisCarryOverChangeSetAction - Class in hudson.plugins.mantis
Remembers Mantis IDs and changesSet that need to be updated later, when we get a successfull build.
MantisCarryOverChangeSetAction(List<ChangeSet>) - Constructor for class hudson.plugins.mantis.MantisCarryOverChangeSetAction
 
MantisConnect - Interface in hudson.plugins.mantis.soap.mantis110
 
MantisConnect - Interface in hudson.plugins.mantis.soap.mantis120
 
MantisConnectBindingStub - Class in hudson.plugins.mantis.soap.mantis110
 
MantisConnectBindingStub() - Constructor for class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
MantisConnectBindingStub(URL, Service) - Constructor for class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
MantisConnectBindingStub(Service) - Constructor for class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
MantisConnectBindingStub - Class in hudson.plugins.mantis.soap.mantis120
 
MantisConnectBindingStub() - Constructor for class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
MantisConnectBindingStub(URL, Service) - Constructor for class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
MantisConnectBindingStub(Service) - Constructor for class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
MantisConnectLocator - Class in hudson.plugins.mantis.soap.mantis110
 
MantisConnectLocator() - Constructor for class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
MantisConnectLocator(EngineConfiguration) - Constructor for class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
MantisConnectLocator(String, QName) - Constructor for class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
MantisConnectLocator - Class in hudson.plugins.mantis.soap.mantis120
 
MantisConnectLocator() - Constructor for class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
MantisConnectLocator(EngineConfiguration) - Constructor for class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
MantisConnectLocator(String, QName) - Constructor for class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
MantisConnectPortType - Interface in hudson.plugins.mantis.soap.mantis110
 
MantisConnectPortType - Interface in hudson.plugins.mantis.soap.mantis120
 
MantisHandlingException - Exception in hudson.plugins.mantis
Mantis handling Exception.
MantisHandlingException() - Constructor for exception hudson.plugins.mantis.MantisHandlingException
 
MantisHandlingException(String) - Constructor for exception hudson.plugins.mantis.MantisHandlingException
 
MantisHandlingException(Throwable) - Constructor for exception hudson.plugins.mantis.MantisHandlingException
 
MantisHandlingException(String, Throwable) - Constructor for exception hudson.plugins.mantis.MantisHandlingException
 
MantisIssue - Class in hudson.plugins.mantis.model
 
MantisIssue(int, String) - Constructor for class hudson.plugins.mantis.model.MantisIssue
 
MantisIssueUpdater - Class in hudson.plugins.mantis
Parses changelog for Mantis issue IDs and updates Mantis issues.
MantisIssueUpdater(boolean, boolean) - Constructor for class hudson.plugins.mantis.MantisIssueUpdater
 
MantisIssueUpdater.DescriptorImpl - Class in hudson.plugins.mantis
 
MantisIssueUpdater.DescriptorImpl() - Constructor for class hudson.plugins.mantis.MantisIssueUpdater.DescriptorImpl
 
MantisIssueUpdater_DisplayName() - Static method in class hudson.plugins.mantis.Messages
Updated relevant Mantis issues
MantisLinkAnnotator - Class in hudson.plugins.mantis
Creates HTML link for Mantis issues.
MantisLinkAnnotator() - Constructor for class hudson.plugins.mantis.MantisLinkAnnotator
 
MantisLinkAnnotator_FailedToGetMantisIssue(Object) - Static method in class hudson.plugins.mantis.Messages
Failed to get Mantis issue #{0}.
MantisLinkAnnotator_FailedToSave() - Static method in class hudson.plugins.mantis.Messages
Failed to save build.xml.
MantisLinkAnnotator_IllegalMantisId(Object) - Static method in class hudson.plugins.mantis.Messages
Mantis id "{0}" doesn't seem to be an integer.
MantisNote - Class in hudson.plugins.mantis.model
One Mantis Note.
MantisNote(String, MantisViewState) - Constructor for class hudson.plugins.mantis.model.MantisNote
 
MantisProjectProperty - Class in hudson.plugins.mantis
Associates AbstractProject with MantisSite.
MantisProjectProperty(String, String, String, boolean) - Constructor for class hudson.plugins.mantis.MantisProjectProperty
 
MantisProjectProperty.DescriptorImpl - Class in hudson.plugins.mantis
 
MantisProjectProperty.DescriptorImpl() - Constructor for class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 
MantisProjectProperty_DisplayName() - Static method in class hudson.plugins.mantis.Messages
Associated Mantis Website
MantisProjectProperty_InvalidPattern(Object) - Static method in class hudson.plugins.mantis.Messages
{0} not found.
MantisProjectProperty_MantisUrlMandatory() - Static method in class hudson.plugins.mantis.Messages
Mantis URL is a mandatory field.
MantisProjectProperty_UnableToLogin() - Static method in class hudson.plugins.mantis.Messages
Unable to login with the user name and password.
MantisSession - Interface in hudson.plugins.mantis.soap
 
MantisSessionFactory - Class in hudson.plugins.mantis.soap
Mantis Session factory.
MantisSessionImpl - Class in hudson.plugins.mantis.soap.mantis110
 
MantisSessionImpl(MantisSite) - Constructor for class hudson.plugins.mantis.soap.mantis110.MantisSessionImpl
 
MantisSessionImpl - Class in hudson.plugins.mantis.soap.mantis120
 
MantisSessionImpl(MantisSite) - Constructor for class hudson.plugins.mantis.soap.mantis120.MantisSessionImpl
 
MantisSite - Class in hudson.plugins.mantis
Reperesents an external Mantis installation and configuration needed to access this Mantis.
MantisSite(URL, String, String, String, String, String) - Constructor for class hudson.plugins.mantis.MantisSite
 
MantisSite.MantisVersion - Enum in hudson.plugins.mantis
 
MantisSite_DetectedVersion(Object) - Static method in class hudson.plugins.mantis.Messages
Specified Mantis seems to be {0}.
MantisSite_FailedToConnectToMantis(Object, Object) - Static method in class hudson.plugins.mantis.Messages
Failed to connect {0} (cause: {1}).
MantisSite_MantisVersion_V110() - Static method in class hudson.plugins.mantis.Messages
1.1.X
MantisSite_MantisVersion_V120() - Static method in class hudson.plugins.mantis.Messages
1.2.X
MantisSite_SucceedInConnectingToMantis(Object) - Static method in class hudson.plugins.mantis.Messages
Succeed in connecting to {0}.
MantisViewState - Enum in hudson.plugins.mantis.model
View State for Issue and Note.
mc_config_get_string(String, String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_config_get_string(String, String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the value for the specified configuration variable.
mc_config_get_string(String, String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_config_get_string(String, String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the value for the specified configuration variable.
mc_enum_access_levels(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_access_levels(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for access levels.
mc_enum_access_levels(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_access_levels(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for access levels.
mc_enum_custom_field_types(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_custom_field_types(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for custom field types.
mc_enum_custom_field_types(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_custom_field_types(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for custom field types.
mc_enum_etas(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_etas(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for ETAs.
mc_enum_etas(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_etas(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for ETAs.
mc_enum_get(String, String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_get(String, String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for the specified enumeration type.
mc_enum_get(String, String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_get(String, String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for the specified enumeration type.
mc_enum_priorities(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_priorities(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for priorities.
mc_enum_priorities(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_priorities(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for priorities.
mc_enum_project_status(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_project_status(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for project statuses.
mc_enum_project_status(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_project_status(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for project statuses.
mc_enum_project_view_states(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_project_view_states(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for project view states.
mc_enum_project_view_states(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_project_view_states(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for project view states.
mc_enum_projections(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_projections(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for projections.
mc_enum_projections(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_projections(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for projections.
mc_enum_reproducibilities(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_reproducibilities(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for reproducibilities.
mc_enum_reproducibilities(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_reproducibilities(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for reproducibilities.
mc_enum_resolutions(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_resolutions(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for resolutions.
mc_enum_resolutions(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_resolutions(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for resolutions.
mc_enum_severities(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_severities(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for severities.
mc_enum_severities(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_severities(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for severities.
mc_enum_status(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_status(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for statuses.
mc_enum_status(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_status(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for statuses.
mc_enum_view_states(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_enum_view_states(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the enumeration for view states.
mc_enum_view_states(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_enum_view_states(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the enumeration for view states.
mc_filter_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_filter_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the filters defined for the specified project.
mc_filter_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_filter_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the filters defined for the specified project.
mc_filter_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_filter_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the issue headers that match the specified filter and paging details.
mc_filter_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_filter_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the issue headers that match the specified filter and paging details.
mc_filter_get_issues(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_filter_get_issues(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the issues that match the specified filter and paging details.
mc_filter_get_issues(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_filter_get_issues(String, String, BigInteger, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the issues that match the specified filter and paging details.
mc_issue_add(String, String, IssueData) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_add(String, String, IssueData) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Submit the specified issue details.
mc_issue_add(String, String, IssueData) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_add(String, String, IssueData) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Submit the specified issue details.
mc_issue_attachment_add(String, String, BigInteger, String, String, byte[]) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_attachment_add(String, String, BigInteger, String, String, byte[]) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Submit a new issue attachment.
mc_issue_attachment_add(String, String, BigInteger, String, String, byte[]) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_attachment_add(String, String, BigInteger, String, String, byte[]) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Submit a new issue attachment.
mc_issue_attachment_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_attachment_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Delete the issue attachment with the specified id.
mc_issue_attachment_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_attachment_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Delete the issue attachment with the specified id.
mc_issue_attachment_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_attachment_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the data for the specified issue attachment.
mc_issue_attachment_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_attachment_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the data for the specified issue attachment.
mc_issue_checkin(String, String, BigInteger, String, boolean) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_checkin(String, String, BigInteger, String, boolean) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Notifies Mantis of a check-in for the issue with the specified id.
mc_issue_checkin(String, String, BigInteger, String, boolean) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_checkin(String, String, BigInteger, String, boolean) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Notifies Mantis of a check-in for the issue with the specified id.
mc_issue_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Delete the issue with the specified id.
mc_issue_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Delete the issue with the specified id.
mc_issue_exists(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_exists(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Check there exists an issue with the specified id.
mc_issue_exists(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_exists(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Check there exists an issue with the specified id.
mc_issue_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the issue with the specified id.
mc_issue_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the issue with the specified id.
mc_issue_get_biggest_id(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_get_biggest_id(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the latest submitted issue in the specified project.
mc_issue_get_biggest_id(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_get_biggest_id(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the latest submitted issue in the specified project.
mc_issue_get_id_from_summary(String, String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_get_id_from_summary(String, String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the id of the issue with the specified summary.
mc_issue_get_id_from_summary(String, String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_get_id_from_summary(String, String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the id of the issue with the specified summary.
mc_issue_note_add(String, String, BigInteger, IssueNoteData) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_note_add(String, String, BigInteger, IssueNoteData) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Submit a new note.
mc_issue_note_add(String, String, BigInteger, IssueNoteData) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_note_add(String, String, BigInteger, IssueNoteData) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Submit a new note.
mc_issue_note_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_note_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Delete the note with the specified id.
mc_issue_note_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_note_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Delete the note with the specified id.
mc_issue_relationship_add(String, String, BigInteger, RelationshipData) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_relationship_add(String, String, BigInteger, RelationshipData) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Submit a new relationship.
mc_issue_relationship_add(String, String, BigInteger, RelationshipData) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_relationship_add(String, String, BigInteger, RelationshipData) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Submit a new relationship.
mc_issue_relationship_delete(String, String, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_relationship_delete(String, String, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Delete the relationship for the specified issue.
mc_issue_relationship_delete(String, String, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_relationship_delete(String, String, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Delete the relationship for the specified issue.
mc_issue_update(String, String, BigInteger, IssueData) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_issue_update(String, String, BigInteger, IssueData) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Update Issue method.
mc_issue_update(String, String, BigInteger, IssueData) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_issue_update(String, String, BigInteger, IssueData) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Update Issue method.
mc_project_add(String, String, ProjectData) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_add(String, String, ProjectData) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Add a new project to the tracker (must have admin privileges)
mc_project_add(String, String, ProjectData) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_add(String, String, ProjectData) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Add a new project to the tracker (must have admin privileges)
mc_project_attachment_add(String, String, BigInteger, String, String, String, String, byte[]) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_attachment_add(String, String, BigInteger, String, String, String, String, byte[]) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Submit a new project attachment.
mc_project_attachment_add(String, String, BigInteger, String, String, String, String, byte[]) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_attachment_add(String, String, BigInteger, String, String, String, String, byte[]) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Submit a new project attachment.
mc_project_attachment_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_attachment_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Delete the project attachment with the specified id.
mc_project_attachment_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_attachment_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Delete the project attachment with the specified id.
mc_project_attachment_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_attachment_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the data for the specified project attachment.
mc_project_attachment_get(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_attachment_get(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the data for the specified project attachment.
mc_project_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Add a new project to the tracker (must have admin privileges)
mc_project_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Add a new project to the tracker (must have admin privileges)
mc_project_get_attachments(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_attachments(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the attachments that belong to the specified project.
mc_project_get_attachments(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_attachments(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the attachments that belong to the specified project.
mc_project_get_categories(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_categories(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the categories belonging to the specified project.
mc_project_get_categories(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_categories(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the categories belonging to the specified project.
mc_project_get_custom_fields(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_custom_fields(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the custom fields that belong to the specified project.
mc_project_get_custom_fields(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_custom_fields(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the custom fields that belong to the specified project.
mc_project_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the issue headers that match the specified project id and paging details.
mc_project_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_issue_headers(String, String, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the issue headers that match the specified project id and paging details.
mc_project_get_issues(String, String, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_issues(String, String, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the issues that match the specified project id and paging details.
mc_project_get_issues(String, String, BigInteger, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_issues(String, String, BigInteger, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the issues that match the specified project id and paging details.
mc_project_get_released_versions(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_released_versions(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the released versions that belong to the specified project.
mc_project_get_released_versions(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_released_versions(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the released versions that belong to the specified project.
mc_project_get_unreleased_versions(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_unreleased_versions(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the unreleased version that belong to the specified project.
mc_project_get_unreleased_versions(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_unreleased_versions(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the unreleased version that belong to the specified project.
mc_project_get_users(String, String, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_users(String, String, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get appropriate users assigned to a project by access level.
mc_project_get_users(String, String, BigInteger, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_users(String, String, BigInteger, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get appropriate users assigned to a project by access level.
mc_project_get_versions(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_get_versions(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the versions belonging to the specified project.
mc_project_get_versions(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_get_versions(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the versions belonging to the specified project.
mc_project_version_add(String, String, ProjectVersionData) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_version_add(String, String, ProjectVersionData) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Submit the specified version details.
mc_project_version_add(String, String, ProjectVersionData) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_version_add(String, String, ProjectVersionData) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Submit the specified version details.
mc_project_version_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_version_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Delete the version with the specified id.
mc_project_version_delete(String, String, BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_version_delete(String, String, BigInteger) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Delete the version with the specified id.
mc_project_version_update(String, String, BigInteger, ProjectVersionData) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_project_version_update(String, String, BigInteger, ProjectVersionData) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Update version method.
mc_project_version_update(String, String, BigInteger, ProjectVersionData) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_project_version_update(String, String, BigInteger, ProjectVersionData) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Update version method.
mc_projects_get_user_accessible(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_projects_get_user_accessible(String, String) - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
Get the list of projects that are accessible to the logged in user.
mc_projects_get_user_accessible(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_projects_get_user_accessible(String, String) - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
Get the list of projects that are accessible to the logged in user.
mc_version() - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
 
mc_version() - Method in interface hudson.plugins.mantis.soap.mantis110.MantisConnectPortType
 
mc_version() - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectBindingStub
 
mc_version() - Method in interface hudson.plugins.mantis.soap.mantis120.MantisConnectPortType
 
MercurialChangeSet - Class in hudson.plugins.mantis.changeset
ChangeSet of Mecrutial.
MercurialChangeSet(int, AbstractBuild<?, ?>, MercurialChangeSet) - Constructor for class hudson.plugins.mantis.changeset.MercurialChangeSet
 
Messages - Class in hudson.plugins.mantis.changeset
 
Messages() - Constructor for class hudson.plugins.mantis.changeset.Messages
 
Messages - Class in hudson.plugins.mantis
 
Messages() - Constructor for class hudson.plugins.mantis.Messages
 

N

newInstance(int) - Static method in class hudson.plugins.mantis.changeset.ChangeSetFactory
 
newInstance(int, AbstractBuild<?, ?>, ChangeLogSet.Entry) - Static method in class hudson.plugins.mantis.changeset.ChangeSetFactory
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.mantis.MantisIssueUpdater.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
 

O

ObjectRef - Class in hudson.plugins.mantis.soap.mantis110
 
ObjectRef() - Constructor for class hudson.plugins.mantis.soap.mantis110.ObjectRef
 
ObjectRef(BigInteger, String) - Constructor for class hudson.plugins.mantis.soap.mantis110.ObjectRef
 
ObjectRef - Class in hudson.plugins.mantis.soap.mantis120
 
ObjectRef() - Constructor for class hudson.plugins.mantis.soap.mantis120.ObjectRef
 
ObjectRef(BigInteger, String) - Constructor for class hudson.plugins.mantis.soap.mantis120.ObjectRef
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.mantis.MantisIssueUpdater
 
ProjectAttachmentData - Class in hudson.plugins.mantis.soap.mantis110
 
ProjectAttachmentData() - Constructor for class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
 
ProjectAttachmentData(BigInteger, String, String, String, BigInteger, String, Calendar, URI) - Constructor for class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
 
ProjectAttachmentData - Class in hudson.plugins.mantis.soap.mantis120
 
ProjectAttachmentData() - Constructor for class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
 
ProjectAttachmentData(BigInteger, String, String, String, BigInteger, String, Calendar, URI) - Constructor for class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
 
ProjectData - Class in hudson.plugins.mantis.soap.mantis110
 
ProjectData() - Constructor for class hudson.plugins.mantis.soap.mantis110.ProjectData
 
ProjectData(BigInteger, String, ObjectRef, Boolean, ObjectRef, ObjectRef, String, String, ProjectData[]) - Constructor for class hudson.plugins.mantis.soap.mantis110.ProjectData
 
ProjectData - Class in hudson.plugins.mantis.soap.mantis120
 
ProjectData() - Constructor for class hudson.plugins.mantis.soap.mantis120.ProjectData
 
ProjectData(BigInteger, String, ObjectRef, Boolean, ObjectRef, ObjectRef, String, String, ProjectData[], Boolean) - Constructor for class hudson.plugins.mantis.soap.mantis120.ProjectData
 
ProjectVersionData - Class in hudson.plugins.mantis.soap.mantis110
 
ProjectVersionData() - Constructor for class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
 
ProjectVersionData(BigInteger, String, BigInteger, Calendar, String, Boolean) - Constructor for class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
 
ProjectVersionData - Class in hudson.plugins.mantis.soap.mantis120
 
ProjectVersionData() - Constructor for class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
 
ProjectVersionData(BigInteger, String, BigInteger, Calendar, String, Boolean) - Constructor for class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
 

R

RelationshipData - Class in hudson.plugins.mantis.soap.mantis110
 
RelationshipData() - Constructor for class hudson.plugins.mantis.soap.mantis110.RelationshipData
 
RelationshipData(BigInteger, ObjectRef, BigInteger) - Constructor for class hudson.plugins.mantis.soap.mantis110.RelationshipData
 
RelationshipData - Class in hudson.plugins.mantis.soap.mantis120
 
RelationshipData() - Constructor for class hudson.plugins.mantis.soap.mantis120.RelationshipData
 
RelationshipData(BigInteger, ObjectRef, BigInteger) - Constructor for class hudson.plugins.mantis.soap.mantis120.RelationshipData
 

S

setAccess_level_r(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the access_level_r value for this CustomFieldDefinitionData.
setAccess_level_r(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the access_level_r value for this CustomFieldDefinitionData.
setAccess_level_rw(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the access_level_rw value for this CustomFieldDefinitionData.
setAccess_level_rw(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the access_level_rw value for this CustomFieldDefinitionData.
setAccess_min(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the access_min value for this ProjectData.
setAccess_min(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the access_min value for this ProjectData.
setAdditional_information(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the additional_information value for this IssueData.
setAdditional_information(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the additional_information value for this IssueData.
setAdvanced(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the advanced value for this CustomFieldDefinitionData.
setAdvanced(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the advanced value for this CustomFieldDefinitionData.
setAttachments(AttachmentData[]) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the attachments value for this IssueData.
setAttachments(AttachmentData[]) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the attachments value for this IssueData.
setAttachments_count(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the attachments_count value for this IssueHeaderData.
setAttachments_count(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the attachments_count value for this IssueHeaderData.
setBuild(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the build value for this IssueData.
setBuild(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the build value for this IssueData.
setCategory(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the category value for this IssueData.
setCategory(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the category value for this IssueHeaderData.
setCategory(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the category value for this IssueData.
setCategory(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the category value for this IssueHeaderData.
setContent_type(String) - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Sets the content_type value for this AttachmentData.
setContent_type(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the content_type value for this ProjectAttachmentData.
setContent_type(String) - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Sets the content_type value for this AttachmentData.
setContent_type(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the content_type value for this ProjectAttachmentData.
setCustom_fields(CustomFieldValueForIssueData[]) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the custom_fields value for this IssueData.
setCustom_fields(CustomFieldValueForIssueData[]) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the custom_fields value for this IssueData.
setDate_order(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Sets the date_order value for this ProjectVersionData.
setDate_order(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Sets the date_order value for this ProjectVersionData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Sets the date_submitted value for this AttachmentData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the date_submitted value for this IssueData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Sets the date_submitted value for this IssueNoteData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the date_submitted value for this ProjectAttachmentData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Sets the date_submitted value for this AttachmentData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the date_submitted value for this IssueData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Sets the date_submitted value for this IssueNoteData.
setDate_submitted(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the date_submitted value for this ProjectAttachmentData.
setDefault_value(String) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the default_value value for this CustomFieldDefinitionData.
setDefault_value(String) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the default_value value for this CustomFieldDefinitionData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the description value for this IssueData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the description value for this ProjectAttachmentData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the description value for this ProjectData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Sets the description value for this ProjectVersionData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the description value for this IssueData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the description value for this ProjectAttachmentData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the description value for this ProjectData.
setDescription(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Sets the description value for this ProjectVersionData.
setDisplay_closed(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the display_closed value for this CustomFieldDefinitionData.
setDisplay_closed(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the display_closed value for this CustomFieldDefinitionData.
setDisplay_report(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the display_report value for this CustomFieldDefinitionData.
setDisplay_report(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the display_report value for this CustomFieldDefinitionData.
setDisplay_resolved(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the display_resolved value for this CustomFieldDefinitionData.
setDisplay_resolved(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the display_resolved value for this CustomFieldDefinitionData.
setDisplay_update(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the display_update value for this CustomFieldDefinitionData.
setDisplay_update(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the display_update value for this CustomFieldDefinitionData.
setDownload_url(URI) - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Sets the download_url value for this AttachmentData.
setDownload_url(URI) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the download_url value for this ProjectAttachmentData.
setDownload_url(URI) - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Sets the download_url value for this AttachmentData.
setDownload_url(URI) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the download_url value for this ProjectAttachmentData.
setEmail(String) - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Sets the email value for this AccountData.
setEmail(String) - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Sets the email value for this AccountData.
setEnabled(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the enabled value for this ProjectData.
setEnabled(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the enabled value for this ProjectData.
setEndpointAddress(String, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
Set the endpoint address for the specified port name.
setEndpointAddress(QName, String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
Set the endpoint address for the specified port name.
setEndpointAddress(String, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
Set the endpoint address for the specified port name.
setEndpointAddress(QName, String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
Set the endpoint address for the specified port name.
setEta(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the eta value for this IssueData.
setEta(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the eta value for this IssueData.
setField(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the field value for this CustomFieldDefinitionData.
setField(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
Sets the field value for this CustomFieldValueForIssueData.
setField(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the field value for this CustomFieldDefinitionData.
setField(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
Sets the field value for this CustomFieldValueForIssueData.
setFile_path(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the file_path value for this ProjectData.
setFile_path(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the file_path value for this ProjectData.
setFilename(String) - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Sets the filename value for this AttachmentData.
setFilename(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the filename value for this ProjectAttachmentData.
setFilename(String) - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Sets the filename value for this AttachmentData.
setFilename(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the filename value for this ProjectAttachmentData.
setFilter_string(String) - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Sets the filter_string value for this FilterData.
setFilter_string(String) - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Sets the filter_string value for this FilterData.
setFixed_in_version(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the fixed_in_version value for this IssueData.
setFixed_in_version(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the fixed_in_version value for this IssueData.
setHandler(AccountData) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the handler value for this IssueData.
setHandler(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the handler value for this IssueHeaderData.
setHandler(AccountData) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the handler value for this IssueData.
setHandler(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the handler value for this IssueHeaderData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Sets the id value for this AccountData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Sets the id value for this AttachmentData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Sets the id value for this FilterData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the id value for this IssueData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the id value for this IssueHeaderData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Sets the id value for this IssueNoteData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
Sets the id value for this ObjectRef.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the id value for this ProjectAttachmentData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the id value for this ProjectData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Sets the id value for this ProjectVersionData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Sets the id value for this RelationshipData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Sets the id value for this AccountData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Sets the id value for this AttachmentData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Sets the id value for this FilterData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the id value for this IssueData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the id value for this IssueHeaderData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Sets the id value for this IssueNoteData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
Sets the id value for this ObjectRef.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the id value for this ProjectAttachmentData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the id value for this ProjectData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Sets the id value for this ProjectVersionData.
setId(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Sets the id value for this RelationshipData.
setInherit_global(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the inherit_global value for this ProjectData.
setIs_public(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Sets the is_public value for this FilterData.
setIs_public(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Sets the is_public value for this FilterData.
setLast_modified(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Sets the last_modified value for this IssueNoteData.
setLast_modified(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Sets the last_modified value for this IssueNoteData.
setLast_updated(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the last_updated value for this IssueData.
setLast_updated(Calendar) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the last_updated value for this IssueHeaderData.
setLast_updated(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the last_updated value for this IssueData.
setLast_updated(Calendar) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the last_updated value for this IssueHeaderData.
setLength_max(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the length_max value for this CustomFieldDefinitionData.
setLength_max(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the length_max value for this CustomFieldDefinitionData.
setLength_min(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the length_min value for this CustomFieldDefinitionData.
setLength_min(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the length_min value for this CustomFieldDefinitionData.
setMantisConnectPortEndpointAddress(String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
setMantisConnectPortEndpointAddress(String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
setMantisConnectPortWSDDServiceName(String) - Method in class hudson.plugins.mantis.soap.mantis110.MantisConnectLocator
 
setMantisConnectPortWSDDServiceName(String) - Method in class hudson.plugins.mantis.soap.mantis120.MantisConnectLocator
 
setName(String) - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Sets the name value for this AccountData.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Sets the name value for this FilterData.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis110.ObjectRef
Sets the name value for this ObjectRef.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the name value for this ProjectData.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Sets the name value for this ProjectVersionData.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Sets the name value for this AccountData.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Sets the name value for this FilterData.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis120.ObjectRef
Sets the name value for this ObjectRef.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the name value for this ProjectData.
setName(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Sets the name value for this ProjectVersionData.
setNotes(IssueNoteData[]) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the notes value for this IssueData.
setNotes(IssueNoteData[]) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the notes value for this IssueData.
setNotes_count(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the notes_count value for this IssueHeaderData.
setNotes_count(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the notes_count value for this IssueHeaderData.
setOs(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the os value for this IssueData.
setOs(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the os value for this IssueData.
setOs_build(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the os_build value for this IssueData.
setOs_build(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the os_build value for this IssueData.
setOwner(AccountData) - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Sets the owner value for this FilterData.
setOwner(AccountData) - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Sets the owner value for this FilterData.
setPlatform(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the platform value for this IssueData.
setPlatform(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the platform value for this IssueData.
setPossible_values(String) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the possible_values value for this CustomFieldDefinitionData.
setPossible_values(String) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the possible_values value for this CustomFieldDefinitionData.
setPriority(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the priority value for this IssueData.
setPriority(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the priority value for this IssueHeaderData.
setPriority(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the priority value for this IssueData.
setPriority(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the priority value for this IssueHeaderData.
setProject(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the project value for this IssueData.
setProject(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the project value for this IssueHeaderData.
setProject(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the project value for this IssueData.
setProject(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the project value for this IssueHeaderData.
setProject_id(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.FilterData
Sets the project_id value for this FilterData.
setProject_id(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Sets the project_id value for this ProjectVersionData.
setProject_id(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.FilterData
Sets the project_id value for this FilterData.
setProject_id(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Sets the project_id value for this ProjectVersionData.
setProjection(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the projection value for this IssueData.
setProjection(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the projection value for this IssueData.
setReal_name(String) - Method in class hudson.plugins.mantis.soap.mantis110.AccountData
Sets the real_name value for this AccountData.
setReal_name(String) - Method in class hudson.plugins.mantis.soap.mantis120.AccountData
Sets the real_name value for this AccountData.
setRelationships(RelationshipData[]) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the relationships value for this IssueData.
setRelationships(RelationshipData[]) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the relationships value for this IssueData.
setReleased(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectVersionData
Sets the released value for this ProjectVersionData.
setReleased(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectVersionData
Sets the released value for this ProjectVersionData.
setReporter(AccountData) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the reporter value for this IssueData.
setReporter(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the reporter value for this IssueHeaderData.
setReporter(AccountData) - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Sets the reporter value for this IssueNoteData.
setReporter(AccountData) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the reporter value for this IssueData.
setReporter(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the reporter value for this IssueHeaderData.
setReporter(AccountData) - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Sets the reporter value for this IssueNoteData.
setReproducibility(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the reproducibility value for this IssueData.
setReproducibility(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the reproducibility value for this IssueData.
setRequire_closed(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the require_closed value for this CustomFieldDefinitionData.
setRequire_closed(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the require_closed value for this CustomFieldDefinitionData.
setRequire_report(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the require_report value for this CustomFieldDefinitionData.
setRequire_report(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the require_report value for this CustomFieldDefinitionData.
setRequire_resolved(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the require_resolved value for this CustomFieldDefinitionData.
setRequire_resolved(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the require_resolved value for this CustomFieldDefinitionData.
setRequire_update(Boolean) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the require_update value for this CustomFieldDefinitionData.
setRequire_update(Boolean) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the require_update value for this CustomFieldDefinitionData.
setResolution(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the resolution value for this IssueData.
setResolution(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the resolution value for this IssueHeaderData.
setResolution(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the resolution value for this IssueData.
setResolution(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the resolution value for this IssueHeaderData.
setSeverity(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the severity value for this IssueData.
setSeverity(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the severity value for this IssueHeaderData.
setSeverity(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the severity value for this IssueData.
setSeverity(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the severity value for this IssueHeaderData.
setSize(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.AttachmentData
Sets the size value for this AttachmentData.
setSize(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the size value for this ProjectAttachmentData.
setSize(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.AttachmentData
Sets the size value for this AttachmentData.
setSize(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the size value for this ProjectAttachmentData.
setSponsorship_total(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the sponsorship_total value for this IssueData.
setSponsorship_total(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the sponsorship_total value for this IssueData.
setStatus(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the status value for this IssueData.
setStatus(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the status value for this IssueHeaderData.
setStatus(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the status value for this ProjectData.
setStatus(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the status value for this IssueData.
setStatus(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the status value for this IssueHeaderData.
setStatus(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the status value for this ProjectData.
setSteps_to_reproduce(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the steps_to_reproduce value for this IssueData.
setSteps_to_reproduce(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the steps_to_reproduce value for this IssueData.
setSubprojects(ProjectData[]) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the subprojects value for this ProjectData.
setSubprojects(ProjectData[]) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the subprojects value for this ProjectData.
setSummary(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the summary value for this IssueData.
setSummary(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the summary value for this IssueHeaderData.
setSummary(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the summary value for this IssueData.
setSummary(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the summary value for this IssueHeaderData.
setTarget_id(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Sets the target_id value for this RelationshipData.
setTarget_id(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Sets the target_id value for this RelationshipData.
setTarget_version(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the target_version value for this IssueData.
setText(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Sets the text value for this IssueNoteData.
setText(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Sets the text value for this IssueNoteData.
setTitle(String) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectAttachmentData
Sets the title value for this ProjectAttachmentData.
setTitle(String) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectAttachmentData
Sets the title value for this ProjectAttachmentData.
setType(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the type value for this CustomFieldDefinitionData.
setType(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.RelationshipData
Sets the type value for this RelationshipData.
setType(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the type value for this CustomFieldDefinitionData.
setType(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.RelationshipData
Sets the type value for this RelationshipData.
setValid_regexp(String) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
Sets the valid_regexp value for this CustomFieldDefinitionData.
setValid_regexp(String) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldDefinitionData
Sets the valid_regexp value for this CustomFieldDefinitionData.
setValue(String) - Method in class hudson.plugins.mantis.soap.mantis110.CustomFieldValueForIssueData
Sets the value value for this CustomFieldValueForIssueData.
setValue(String) - Method in class hudson.plugins.mantis.soap.mantis120.CustomFieldValueForIssueData
Sets the value value for this CustomFieldValueForIssueData.
setVersion(String) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the version value for this IssueData.
setVersion(String) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the version value for this IssueData.
setView_state(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueData
Sets the view_state value for this IssueData.
setView_state(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis110.IssueHeaderData
Sets the view_state value for this IssueHeaderData.
setView_state(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.IssueNoteData
Sets the view_state value for this IssueNoteData.
setView_state(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis110.ProjectData
Sets the view_state value for this ProjectData.
setView_state(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueData
Sets the view_state value for this IssueData.
setView_state(BigInteger) - Method in class hudson.plugins.mantis.soap.mantis120.IssueHeaderData
Sets the view_state value for this IssueHeaderData.
setView_state(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.IssueNoteData
Sets the view_state value for this IssueNoteData.
setView_state(ObjectRef) - Method in class hudson.plugins.mantis.soap.mantis120.ProjectData
Sets the view_state value for this ProjectData.
site - Variable in class hudson.plugins.mantis.soap.AbstractMantisSession
 
SubversionChangeSet - Class in hudson.plugins.mantis.changeset
ChangeSet of subversion.
SubversionChangeSet(int, AbstractBuild<?, ?>, SubversionChangeLogSet.LogEntry) - Constructor for class hudson.plugins.mantis.changeset.SubversionChangeSet
 

U

UNKNOWN_AUTHOR - Static variable in interface hudson.plugins.mantis.changeset.ChangeSet
 
UNKNOWN_CHANGESETLINK - Static variable in interface hudson.plugins.mantis.changeset.ChangeSet
 
UNKNOWN_MSG - Static variable in interface hudson.plugins.mantis.changeset.ChangeSet
 
UNKNOWN_REVISION - Static variable in interface hudson.plugins.mantis.changeset.ChangeSet
 
updateIssue(int, String, boolean) - Method in class hudson.plugins.mantis.MantisSite
 
Updater_ChangeSet_Author(Object) - Static method in class hudson.plugins.mantis.Messages
[Author] {0}
Updater_ChangeSet_Files_File(Object, Object) - Static method in class hudson.plugins.mantis.Messages
{0} {1}
Updater_ChangeSet_Files_Header() - Static method in class hudson.plugins.mantis.Messages
[Files]
Updater_ChangeSet_Log(Object) - Static method in class hudson.plugins.mantis.Messages
[Log] {0}
Updater_ChangeSet_Revision(Object, Object) - Static method in class hudson.plugins.mantis.Messages
[Revision] {0} {1}
Updater_FailedToAddNote(Object, Object) - Static method in class hudson.plugins.mantis.Messages
Failed to add note to Mantis issue #{0} (cause: {1}).
Updater_FailedToAddNote_StarckTrace(Object) - Static method in class hudson.plugins.mantis.Messages
Failed to add note to Mantis issue #{0}.
Updater_IllegalMantisId(Object) - Static method in class hudson.plugins.mantis.Messages
Mantis id {0} doesn't seem to be an integer.
Updater_IssueIntegrated(Object, Object, Object) - Static method in class hudson.plugins.mantis.Messages
Integrated in {0}:{1} ( See {2} ).
Updater_KeepMantisIssueIdsForNextBuild() - Static method in class hudson.plugins.mantis.Messages
This build seems to be broken.
Updater_NoHudsonUrl() - Static method in class hudson.plugins.mantis.Messages
Hudson URL is not configured yet.
Updater_NoIssuesFound() - Static method in class hudson.plugins.mantis.Messages
No issues have been found in the changelog.
Updater_NoMantisSite() - Static method in class hudson.plugins.mantis.Messages
No Mantis site is configured for this project.
Updater_Updating(Object) - Static method in class hudson.plugins.mantis.Messages
Updating Mantis issue #{0}
Utility - Class in hudson.plugins.mantis
Utility class.

V

valueOf(String) - Static method in enum hudson.plugins.mantis.MantisSite.MantisVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.mantis.model.MantisViewState
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.mantis.MantisSite.MantisVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.mantis.model.MantisViewState
Returns an array containing the constants of this enum type, in the order they are declared.

_

_ChangeSet_Author(Object) - Static method in class hudson.plugins.mantis.changeset.Messages
Author: {0}
_ChangeSet_ChangedPaths_CVS_Path(Object, Object, Object, Object) - Static method in class hudson.plugins.mantis.changeset.Messages
{0} {1} {2} {3}
_ChangeSet_ChangedPaths_Header() - Static method in class hudson.plugins.mantis.changeset.Messages
Changed paths:
_ChangeSet_ChangedPaths_Path(Object, Object) - Static method in class hudson.plugins.mantis.changeset.Messages
{0} {1}
_ChangeSet_Log(Object) - Static method in class hudson.plugins.mantis.changeset.Messages
Log: {0}
_ChangeSet_Revision(Object, Object) - Static method in class hudson.plugins.mantis.changeset.Messages
Revision/Changeset: {0} {1}
_MantiBuildAction_Displayname() - Static method in class hudson.plugins.mantis.Messages
Mantis issues
_MantisIssueUpdater_DisplayName() - Static method in class hudson.plugins.mantis.Messages
Updated relevant Mantis issues
_MantisLinkAnnotator_FailedToGetMantisIssue(Object) - Static method in class hudson.plugins.mantis.Messages
Failed to get Mantis issue #{0}.
_MantisLinkAnnotator_FailedToSave() - Static method in class hudson.plugins.mantis.Messages
Failed to save build.xml.
_MantisLinkAnnotator_IllegalMantisId(Object) - Static method in class hudson.plugins.mantis.Messages
Mantis id "{0}" doesn't seem to be an integer.
_MantisProjectProperty_DisplayName() - Static method in class hudson.plugins.mantis.Messages
Associated Mantis Website
_MantisProjectProperty_InvalidPattern(Object) - Static method in class hudson.plugins.mantis.Messages
{0} not found.
_MantisProjectProperty_MantisUrlMandatory() - Static method in class hudson.plugins.mantis.Messages
Mantis URL is a mandatory field.
_MantisProjectProperty_UnableToLogin() - Static method in class hudson.plugins.mantis.Messages
Unable to login with the user name and password.
_MantisSite_DetectedVersion(Object) - Static method in class hudson.plugins.mantis.Messages
Specified Mantis seems to be {0}.
_MantisSite_FailedToConnectToMantis(Object, Object) - Static method in class hudson.plugins.mantis.Messages
Failed to connect {0} (cause: {1}).
_MantisSite_MantisVersion_V110() - Static method in class hudson.plugins.mantis.Messages
1.1.X
_MantisSite_MantisVersion_V120() - Static method in class hudson.plugins.mantis.Messages
1.2.X
_MantisSite_SucceedInConnectingToMantis(Object) - Static method in class hudson.plugins.mantis.Messages
Succeed in connecting to {0}.
_Updater_ChangeSet_Author(Object) - Static method in class hudson.plugins.mantis.Messages
[Author] {0}
_Updater_ChangeSet_Files_File(Object, Object) - Static method in class hudson.plugins.mantis.Messages
{0} {1}
_Updater_ChangeSet_Files_Header() - Static method in class hudson.plugins.mantis.Messages
[Files]
_Updater_ChangeSet_Log(Object) - Static method in class hudson.plugins.mantis.Messages
[Log] {0}
_Updater_ChangeSet_Revision(Object, Object) - Static method in class hudson.plugins.mantis.Messages
[Revision] {0} {1}
_Updater_FailedToAddNote(Object, Object) - Static method in class hudson.plugins.mantis.Messages
Failed to add note to Mantis issue #{0} (cause: {1}).
_Updater_FailedToAddNote_StarckTrace(Object) - Static method in class hudson.plugins.mantis.Messages
Failed to add note to Mantis issue #{0}.
_Updater_IllegalMantisId(Object) - Static method in class hudson.plugins.mantis.Messages
Mantis id {0} doesn't seem to be an integer.
_Updater_IssueIntegrated(Object, Object, Object) - Static method in class hudson.plugins.mantis.Messages
Integrated in {0}:{1} ( See {2} ).
_Updater_KeepMantisIssueIdsForNextBuild() - Static method in class hudson.plugins.mantis.Messages
This build seems to be broken.
_Updater_NoHudsonUrl() - Static method in class hudson.plugins.mantis.Messages
Hudson URL is not configured yet.
_Updater_NoIssuesFound() - Static method in class hudson.plugins.mantis.Messages
No issues have been found in the changelog.
_Updater_NoMantisSite() - Static method in class hudson.plugins.mantis.Messages
No Mantis site is configured for this project.
_Updater_Updating(Object) - Static method in class hudson.plugins.mantis.Messages
Updating Mantis issue #{0}

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

Copyright © 2010. All Rights Reserved.