
hudson.plugins.sfee.webservice.CollabNetSoapService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sfee Show documentation
Show all versions of sfee Show documentation
This plugin integrates Hudson with a Source Forge Enterprise Edition (SFEE) Server
This integration allows you to use SFEE database to perform user authentication, and
to publish build artifacts to a SFEE project's release folder
The newest version!
/**
* CollabNetSoapService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package hudson.plugins.sfee.webservice;
public interface CollabNetSoapService extends javax.xml.rpc.Service {
public java.lang.String getCollabNetAddress();
public hudson.plugins.sfee.webservice.CollabNetSoap getCollabNet() throws javax.xml.rpc.ServiceException;
public hudson.plugins.sfee.webservice.CollabNetSoap getCollabNet(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy