public final class PlanTriggerResultBuilder.BuildTriggerResultImpl extends Object implements PlanTriggerResult
| Constructor and Description |
|---|
BuildTriggerResultImpl(BuildChanges buildChanges,
ErrorCollection errorCollection,
Map<String,String> variableMap) |
| Modifier and Type | Method and Description |
|---|---|
BuildChanges |
getBuildChanges() |
ErrorCollection |
getErrorCollection() |
Map<String,String> |
getVariableMap() |
public BuildTriggerResultImpl(BuildChanges buildChanges, ErrorCollection errorCollection, Map<String,String> variableMap)
@NotNull public BuildChanges getBuildChanges()
getBuildChanges in interface PlanTriggerResult@NotNull public ErrorCollection getErrorCollection()
getErrorCollection in interface PlanTriggerResult@NotNull public Map<String,String> getVariableMap()
getVariableMap in interface PlanTriggerResultCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.