-
Interfaces Interface Description com.atlassian.bamboo.specs.util.UserPasswordCredentials since 7.1.0, useTokenCredentialsinstead
-
Classes Class Description com.atlassian.bamboo.specs.builders.task.MochaParserTask since 6.3 useTestParserTask.createMochaParserTask()com.atlassian.bamboo.specs.util.FileAuthenticationProvider since 7.0.4, useFileTokenCredentialscom.atlassian.bamboo.specs.util.FileUserPasswordCredentials since 7.1.0, useFileTokenCredentialscom.atlassian.bamboo.specs.util.SimpleUserPasswordCredentials since 7.1.0, useSimpleTokenCredentialsinstead
-
Methods Method Description com.atlassian.bamboo.specs.builders.task.MochaParserTask.workingSubdirectory(String) since 6.3 the working subdirectory should be part ofMochaParserTask.testFilePattern.For example, the following code:
new MochaParserTask() .workingSubdirectory("mocha/") .testFilePattern("*.json");can be simplified to:
new MochaParserTask() .testFilePattern("mocha/*.json");com.atlassian.bamboo.specs.builders.task.ScpTask.fromArtifact(String) since Bamboo 6.1.0, useScpTask.fromArtifact(ArtifactItem)com.atlassian.bamboo.specs.model.task.ScpTaskProperties.getArtifactName() since 6.1.0, useScpTaskProperties.getArtifactItem()insteadcom.atlassian.bamboo.specs.util.MapBuilder.append(K, V)
-
Constructors Constructor Description com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties(String, boolean, String, boolean)