Uses of Interface
com.heroku.sdk.deploy.lib.OutputAdapter
-
Packages that use OutputAdapter Package Description com.heroku.sdk.deploy.lib.deploymemt com.heroku.sdk.deploy.lib.running com.heroku.sdk.deploy.lib.sourceblob -
-
Uses of OutputAdapter in com.heroku.sdk.deploy.lib.deploymemt
Methods in com.heroku.sdk.deploy.lib.deploymemt with parameters of type OutputAdapter Modifier and Type Method Description static booleanDeployer. deploy(String apiKey, String clientName, String clientVersion, DeploymentDescriptor deploymentDescriptor, OutputAdapter outputAdapter) -
Uses of OutputAdapter in com.heroku.sdk.deploy.lib.running
Methods in com.heroku.sdk.deploy.lib.running with parameters of type OutputAdapter Modifier and Type Method Description static voidRunWebApp. run(Path warFile, List<String> javaOptions, List<String> webappRunnerOptions, String webappRunnerVersion, OutputAdapter outputAdapter) -
Uses of OutputAdapter in com.heroku.sdk.deploy.lib.sourceblob
Methods in com.heroku.sdk.deploy.lib.sourceblob with parameters of type OutputAdapter Modifier and Type Method Description static SourceBlobDescriptorJvmProjectSourceBlobCreator. create(Path projectDirectory, String clientString, List<Path> includedProjectFiles, Supplier<Procfile> customProcfileResolver, Procfile defaultProcfile, Supplier<Optional<String>> customJdkVersionResolver, OutputAdapter outputAdapter)Creates a SourceBlobDescriptor based on a given project directory and custom resolvers.static PathSourceBlobPackager. pack(SourceBlobDescriptor sourceBlobDescriptor, OutputAdapter outputAdapter)
-