Class RssDetectionTriggerData
java.lang.Object
com.atlassian.bamboo.configuration.external.detection.RssDetectionTriggerData
Data needed to trigger Specs execution.
-
Constructor Summary
ConstructorDescriptionRssDetectionTriggerData
(@NotNull VcsRepositoryData repository, @NotNull VcsRepositoryModuleDescriptor repositoryDescriptor, @NotNull VcsLocationBambooSpecsState specsState, @NotNull List<CommitContext> specsCommits, boolean reportMissingSpecs) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
RssDetectionTriggerData
public RssDetectionTriggerData(@NotNull @NotNull VcsRepositoryData repository, @NotNull @NotNull VcsRepositoryModuleDescriptor repositoryDescriptor, @NotNull @NotNull VcsLocationBambooSpecsState specsState, @NotNull @NotNull List<CommitContext> specsCommits, boolean reportMissingSpecs)
-
-
Method Details
-
getRepository
-
getRepositoryDescriptor
-
getSpecsState
-
getSpecsCommits
-
shouldReportMissingSpecs
public boolean shouldReportMissingSpecs()
-