TokenCredentials
FileTokenCredentials
TestParserTask.createMochaParserTask()
SimpleTokenCredentials
BranchCleanup.DEFAULT_INACTIVE_BRANCH_EXPIRY
BranchCleanup.DEFAULT_REMOVED_BRANCH_EXPIRY
MapBuilder.put(Object, Object)
ScpTask.fromArtifact(ArtifactItem)
ScpTaskProperties.getArtifactItem()
Plan.linkedRepositories(String...)
MochaParserTask.testFilePattern
For example, the following code:
new MochaParserTask() .workingSubdirectory("mocha/") .testFilePattern("*.json");
can be simplified to:
new MochaParserTask() .testFilePattern("mocha/*.json");
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.