Class PipelineContext

java.lang.Object
pro.gravit.launchserver.binary.PipelineContext

public class PipelineContext extends Object
  • Constructor Details

    • PipelineContext

      public PipelineContext(LaunchServer launchServer)
  • Method Details

    • makeTempPath

      public Path makeTempPath(String name, String ext) throws IOException
      Throws:
      IOException
    • getArtifacts

      public Map<String,Path> getArtifacts()
    • getLastest

      public Path getLastest()
    • setLastest

      public void setLastest(Path lastest)
    • putArtifact

      public void putArtifact(String name, Path path)
    • putProperty

      public void putProperty(String name, Object prop)
    • putProperties

      public void putProperties(Map<String,Object> properties)
    • getLaunchServer

      public LaunchServer getLaunchServer()
    • getProperty

      public <T> T getProperty(String name)
    • makeUploadInfo

      public UpdatesProvider.UpdateUploadInfo makeUploadInfo(pro.gravit.launcher.core.api.features.CoreFeatureAPI.UpdateVariant variant)
    • clear

      public void clear()