
META-INF.build-server-plugin-HPE-NGA.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ 2017 EntIT Software LLC, a Micro Focus company, L.P. ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. ~ --> <beans default-autowire="constructor" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans"> <!-- MAIN --> <bean class="com.hp.octane.plugins.jetbrains.teamcity.OctaneTeamCityPlugin"/> <bean class="com.hp.octane.plugins.jetbrains.teamcity.TeamCityPluginServicesImpl"/> <bean class="com.hp.octane.plugins.jetbrains.teamcity.factories.ModelCommonFactory"/> <bean class="com.hp.octane.plugins.jetbrains.teamcity.factories.SnapshotsFactory"/> <bean class="com.hp.octane.plugins.jetbrains.teamcity.factories.ParametersFactory"/> <bean class="com.hp.octane.plugins.jetbrains.teamcity.actions.GenericOctaneActionsController"/> <!-- CONFIGURATION --> <bean class="com.hp.octane.plugins.jetbrains.teamcity.configuration.TCConfigurationService"/> <bean class="com.hp.octane.plugins.jetbrains.teamcity.configuration.OctaneConfigurationPage"/> <bean class="com.hp.octane.plugins.jetbrains.teamcity.actions.ConfigurationActionsController"/> <!-- EVENTS --> <bean class="com.hp.octane.plugins.jetbrains.teamcity.events.ProgressEventsListener"/> <!-- TESTS --> <bean class="com.hp.octane.plugins.jetbrains.teamcity.tests.TestsResultEventsListener"/> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy