public interface SpaceliftConfiguration
You can override defaults by providing different implementation and registering it via SPI.
Created by kpiwko on 19/07/15.
| Modifier and Type | Method and Description |
|---|---|
File |
cache()
Returns a directory where Spacelift caches task artifacts so they can be reused by all builds.
|
File |
cachePath(String path)
Returns a path in cache directory
|
File |
workpath(String path)
Returns a path in workspace
|
File |
workspace()
Returns a directory where Spacelift performs all tasks.
|
File workspace()
By default, this is current directory.
File cache()
By default, this is $USER_DIR/.spacelift
File workpath(String path) throws IllegalArgumentException
path - path in workspaceIllegalArgumentException - if path is nullFile cachePath(String path) throws IllegalArgumentException
path - path in cache directoryIllegalArgumentException - if path is nullCopyright © 2017 JBoss by Red Hat. All rights reserved.