Class MetadataResource

  • All Implemented Interfaces:
    com.xebialabs.deployit.engine.api.MetadataService

    @Service
    public class MetadataResource
    extends com.xebialabs.deployit.core.rest.api.MetadataServiceImpl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> listOrchestrators()  
      • Methods inherited from class com.xebialabs.deployit.core.rest.api.MetadataServiceImpl

        findDescriptor, inheritance, listDescriptors, listPermissions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetadataResource

        public MetadataResource()
    • Method Detail

      • listOrchestrators

        public java.util.List<java.lang.String> listOrchestrators()
        Specified by:
        listOrchestrators in interface com.xebialabs.deployit.engine.api.MetadataService
        Overrides:
        listOrchestrators in class com.xebialabs.deployit.core.rest.api.MetadataServiceImpl