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

org.smartdeveloperhub.jenkins.crawler.xml.jenkins.Adapter1 Maven / Gradle / Ivy

Go to download

The Crawler for the Jenkins integration for the Continuous Integration Harvester of the Smart Developer Hub project

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.07.14 at 09:08:59 AM UTC 
//


package org.smartdeveloperhub.jenkins.crawler.xml.jenkins;

import javax.xml.bind.annotation.adapters.XmlAdapter;
import org.smartdeveloperhub.jenkins.Status;

public class Adapter1
    extends XmlAdapter
{


    public Status unmarshal(String value) {
        return (org.smartdeveloperhub.jenkins.crawler.xml.ci.ResourceStatusConverter.unmarshal(value));
    }

    public String marshal(Status value) {
        return (org.smartdeveloperhub.jenkins.crawler.xml.ci.ResourceStatusConverter.marshal(value));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy