| Interface and Description |
|---|
| com.atlassian.bamboo.specs.util.UserPasswordCredentials
since 7.1.0, use
TokenCredentials instead |
| Class and Description |
|---|
| com.atlassian.bamboo.specs.util.FileAuthenticationProvider
since 7.0.4, use
FileTokenCredentials |
| com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
since 7.1.0, use
FileTokenCredentials |
| com.atlassian.bamboo.specs.builders.task.MochaParserTask
since 6.3 use
TestParserTask.createMochaParserTask() |
| com.atlassian.bamboo.specs.util.SimpleUserPasswordCredentials
since 7.1.0, use
SimpleTokenCredentials instead |
| 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: |
| Constructor and Description |
|---|
| com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties(String, boolean, String, boolean) |
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.