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

com.greenpepper.server.rpc.xmlrpc.XmlRpcMethodName Maven / Gradle / Ivy

package com.greenpepper.server.rpc.xmlrpc;


/**
 * 

XmlRpcMethodName class.

* * @author oaouattara * @version $Id: $Id */ public enum XmlRpcMethodName { license, uploadNewLicense, testConnection, ping, getAllEnvironmentTypes, getRunner, getAllRunners, createRunner, updateRunner, removeRunner, getRegisteredRepository, registerRepository, updateRepositoryRegistration, removeRepository, getAllProjects, getAllSpecificationRepositories, getAllRepositoriesForSystemUnderTest, getSpecificationRepositoriesOfAssociatedProject, getSpecificationRepositoriesForSystemUnderTest, getRequirementRepositoriesOfAssociatedProject, getSystemUnderTestsOfAssociatedProject, getSystemUnderTestsOfProject, addSpecificationSystemUnderTest, removeSpecificationSystemUnderTest, doesSpecificationHasReferences, getSpecificationReferences, doesRequirementHasReferences, getRequirementReferences, getRequirementSummary, getReference, createReference, updateReference, removeReference, runReference, getSystemUnderTest, createSystemUnderTest, updateSystemUnderTest, removeSystemUnderTest, setSystemUnderTestAsDefault, removeRequirement, runSpecification, getSpecification, createSpecification, updateSpecification, removeSpecification, getListOfSpecificationLocations, getSpecificationHierarchy, setSpecificationAsImplemented; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy