public class InjectVariablesTask extends Task<InjectVariablesTask,InjectVariablesTaskProperties>
By default scope of extracted variables is set to InjectVariablesScope.LOCAL and the
namespace is set to "inject".
conditions, description, requirements, taskEnabled| Constructor and Description |
|---|
InjectVariablesTask() |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull InjectVariablesTaskProperties |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
InjectVariablesTask |
namespace(@NotNull String namespace)
Specifies namespace to avoid name conflicts with existing variables.
|
InjectVariablesTask |
path(@NotNull String path)
Specifies path to properties file.
|
InjectVariablesTask |
scope(@NotNull InjectVariablesScope scope)
Specifies scope of the created variables to result.
|
InjectVariablesTask |
scopeLocal()
Specifies scope of the created variables to local.
|
InjectVariablesTask |
scopeResult()
Specifies scope of the created variables to result.
|
conditions, description, enabled, requirements, toStringpublic InjectVariablesTask path(@NotNull @NotNull String path)
public InjectVariablesTask namespace(@NotNull @NotNull String namespace)
public InjectVariablesTask scopeLocal()
public InjectVariablesTask scopeResult()
public InjectVariablesTask scope(@NotNull @NotNull InjectVariablesScope scope)
@NotNull protected @NotNull InjectVariablesTaskProperties build()
build in class Task<InjectVariablesTask,InjectVariablesTaskProperties>public boolean equals(Object o)
equals in class Task<InjectVariablesTask,InjectVariablesTaskProperties>public int hashCode()
hashCode in class Task<InjectVariablesTask,InjectVariablesTaskProperties>Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.