Package 

Class DownloadSDLMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled , org.apache.maven.plugin.Mojo

    @Mojo(name = "download-sdl", defaultPhase = LifecyclePhase.GENERATE_SOURCES) 
    public final class DownloadSDLMojo
    extends RetrieveSchemaAbstractMojo
                        

    Download GraphQL schema from a specified SDL endpoint.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String retrieveGraphQLSchema(String endpoint, Map<String, Object> httpHeaders, TimeoutConfiguration timeoutConfiguration)
      • Methods inherited from class com.expediagroup.graphql.plugin.maven.DownloadSDLMojo

        execute
      • Methods inherited from class com.expediagroup.graphql.plugin.maven.RetrieveSchemaAbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait