Modifier and Type | Method and Description |
---|---|
BuilderRunner |
BuilderRunner.setWorkspace(Workspace workspace) |
Constructor and Description |
---|
BuilderWorkspace(Workspace workspace,
Path basedir,
io.takari.builder.internal.BuilderExecutionState oldExecutionState) |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemWorkspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
FilesystemWorkspace.escalate() |
Constructor and Description |
---|
DefaultAggregatorBuildContext(Workspace workspace,
File stateFile,
Map<String,Serializable> configuration,
BuildContextFinalizer finalizer) |
Modifier and Type | Class and Description |
---|---|
class |
ProjectWorkspace
Eclipse Workspace implementation is scoped to a project and does not "see" resources outside
project basedir.
|
Modifier and Type | Method and Description |
---|---|
Workspace |
ProjectWorkspace.escalate() |
Workspace |
MavenBuildContextConfiguration.getWorkspace() |
protected Workspace |
ProjectWorkspace.getWorkspace(File file) |
Constructor and Description |
---|
ProjectWorkspace(org.apache.maven.project.MavenProject project,
Workspace workspace,
FilesystemWorkspace filesystem) |
Modifier and Type | Field and Description |
---|---|
protected Workspace |
AbstractBuildContext.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
FilesystemWorkspace.escalate() |
Workspace |
BuildContextEnvironment.getWorkspace() |
Constructor and Description |
---|
AbstractBuildContext(Workspace workspace,
File stateFile,
Map<String,Serializable> configuration,
BuildContextFinalizer finalizer) |
DefaultBasicBuildContext(Workspace workspace,
File stateFile,
Map<String,Serializable> configuration,
BuildContextFinalizer finalizer) |
DefaultBuildContext(Workspace workspace,
File stateFile,
Map<String,Serializable> configuration,
BuildContextFinalizer finalizer) |
Modifier and Type | Method and Description |
---|---|
Workspace |
Workspace.escalate() |
Copyright © 2021. All rights reserved.