All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.redmine-java-api.1.9.1.source-code.mapping_statuses_list.xml Maven / Gradle / Ivy

Go to download

Free open-source Java API for Redmine and Chiliproject bug/task management systems.

There is a newer version: 1.10.0
Show newest version
<?xml version="1.0"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
        "http://castor.org/mapping.dtd">
<mapping>
    <description>Redmine XML -> Java API binding. </description>

    <class name="org.redmine.ta.beans.IssueStatus">
        <map-to xml="issue_status" />

        <field name="id" type="integer">
            <bind-xml name="id" node="element" />
        </field>
        <field name="name" type="string">
            <bind-xml name="name" node="element" />
        </field>
        <field name="defaultStatus" type="boolean">
            <bind-xml name="is_default" node="element" />
        </field>
        <field name="closed" type="boolean">
            <bind-xml name="is_closed" node="element" />
        </field>

    </class>

</mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy