public interface SpaceliftConfiguration
| 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()
File cache()
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 © 2015 JBoss by Red Hat. All rights reserved.