Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerExecutor ¶
type DockerExecutor struct {
// contains filtered or unexported fields
}
func NewDockerExecutor ¶
func NewDockerExecutor(name, image, workingDirectory, shell string, args []string, client *docker.Client) *DockerExecutor
func (*DockerExecutor) Name ¶
func (e *DockerExecutor) Name() string
type ShellExecutor ¶
func NewShellExecutor ¶
func NewShellExecutor(workingDirectory, shell string, shellArguments []string) *ShellExecutor
func (*ShellExecutor) Name ¶
func (s *ShellExecutor) Name() string
Click to show internal directories.
Click to hide internal directories.