All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alpine.plugin.core.ExecutionContext.scala Maven / Gradle / Ivy

/**
 * COPYRIGHT (C) 2015 Alpine Data Labs Inc. All Rights Reserved.
 */

package com.alpine.plugin.core

/**
 * The context for a plugin execution. This contains information about the
 * underlying platform, such as connection information and/or job submission,
 * the working directory, etc.
 */
trait ExecutionContext {
  def chorusUserInfo: ChorusUserInfo
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy