Package com.atlassian.bamboo.vcs.runtime
Interface VcsExecutorWithRequirements
-
- All Known Implementing Classes:
BitbucketCloudWorkingCopyManager,BitbucketServerWorkingCopyManager,GitHubWorkingCopyManager,GitWorkingCopyManager
public interface VcsExecutorWithRequirementsInterface indicating that executing an operation in a job imposes some capabilityRequirements on the executing agent.- Since:
- 5.14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Set<Requirement>getRequirements(@NotNull VcsRepositoryData vcsRepositoryData)
-
-
-
Method Detail
-
getRequirements
@NotNull @NotNull Set<Requirement> getRequirements(@NotNull @NotNull VcsRepositoryData vcsRepositoryData)
-
-