Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
DXProject |
DXProject.Builder.build()
Creates the project.
|
static DXProject |
DXProject.getInstance(String projectId)
Returns a
DXProject associated with an existing project. |
static DXProject |
DXProject.getInstanceWithEnvironment(String projectId,
DXEnvironment env)
Returns a
DXProject associated with an existing project using the specified
environment. |
DXProject |
DXExecution.Describe.getProject()
Returns the project in which this execution was run.
|
DXProject |
DXEnvironment.getProjectContext()
Returns the current project context.
|
Modifier and Type | Method and Description |
---|---|
ExecutableRunner<T> |
ExecutableRunner.inProject(DXProject project)
Deprecated.
Use
ExecutableRunner.setProject(DXProject) instead |
ExecutableRunner<T> |
ExecutableRunner.setProject(DXProject project)
Sets the project context of the resulting execution.
|
DXEnvironment.Builder |
DXEnvironment.Builder.setProjectContext(DXProject projectContext)
Sets the project context to the specified project.
|
Copyright © 2023. All Rights Reserved.