| Class and Description |
|---|
| com.atlassian.bamboo.specs.builders.task.MochaParserTask
since 6.3 use
TestParserTask.createMochaParserTask() |
| Method and Description |
|---|
| com.atlassian.bamboo.specs.util.MapBuilder.append(K, V) |
| com.atlassian.bamboo.specs.builders.task.ScpTask.fromArtifact(Artifact)
since Bamboo 6.1.0, use
ScpTask.fromArtifact(ArtifactItem) |
| com.atlassian.bamboo.specs.builders.task.ScpTask.fromArtifact(String)
since Bamboo 6.1.0, use
ScpTask.fromArtifact(ArtifactItem) |
| com.atlassian.bamboo.specs.model.task.ScpTaskProperties.getArtifactName()
since 6.1.0, use
ScpTaskProperties.getArtifactItem() instead |
| com.atlassian.bamboo.specs.builders.task.MochaParserTask.workingSubdirectory(String)
since 6.3 the working subdirectory should be part of
MochaParserTask.testFilePattern.
For example, the following code:
can be simplified to: |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.