Uses of Interface
com.atlassian.bamboo.plan.VcsLocationBambooSpecsState
Packages that use VcsLocationBambooSpecsState
Package
Description
-
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionvoidChainResultManager.createRepositorySpecFailedResult(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber, @NotNull VcsLocationBambooSpecsState specsState) Create and save chain result for plan which was not updated when Repository stored specs execution was failedvoidChainResultManagerImpl.createRepositorySpecFailedResult(@NotNull ImmutableChain plan, @NotNull VcsRepositoryData repositoryData, @NotNull BuildChanges buildChanges, int buildNumber, @NotNull VcsLocationBambooSpecsState specsState) -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescription@Nullable PathRepositoryStoredSpecsLogService.getBambooSpecsExecutionLogFile(@NotNull VcsLocationBambooSpecsState bambooSpecsState) @Nullable PathRepositoryStoredSpecsLogServiceImpl.getBambooSpecsExecutionLogFile(@NotNull VcsLocationBambooSpecsState specsState) voidSpecsConsumer.onSuccess(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull List<CommitContext> commits, @NotNull VcsLocationBambooSpecsState specsState, @NotNull RssPermissions rssPermissions, @NotNull VcsLocationBambooSpecsState bambooSpecsState, @NotNull com.atlassian.utils.process.OutputHandler stdout, @NotNull String logFilename) Handle specs execution successbooleanSpecsConsumer.processSpecsDirectoryRemoval(@NotNull VcsRepositoryData repository, @NotNull VcsLocationBambooSpecsState specsState, @NotNull List<CommitContext> commits, @NotNull RssPermissions rssPermissions, @NotNull com.atlassian.utils.process.OutputHandler stdout, @NotNull String logFilename) Handle situation where no Specs have been found in the repository (for the current revision)voidRepositoryStoredSpecsService.reportMissingSpecs(@NotNull VcsLocationBambooSpecsState vcsLocationBambooSpecsState, @NotNull VcsRepositoryData repository, @NotNull String errorMessages, @NotNull List<CommitContext> commits) Record failed specs scan.voidRepositoryStoredSpecsServiceImpl.reportMissingSpecs(@NotNull VcsLocationBambooSpecsState vcsLocationBambooSpecsState, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String errorMessage, @NotNull List<CommitContext> commits) voidRepositoryStoredSpecsService.runBambooSpecs(@NotNull SpecsConsumer specsConsumer, @NotNull VcsRepositoryModuleDescriptor vcsRepositoryModuleDescriptor, @NotNull VcsRepositoryData repository, @NotNull VcsBranch vcsBranch, @NotNull VcsLocationBambooSpecsState specsState, @NotNull List<CommitContext> commits, boolean shouldReportMissingSpecs, @NotNull Runnable onGitCacheAccessComplete) Execute Bamboo Specs and import resultsvoidRepositoryStoredSpecsServiceImpl.runBambooSpecs(@NotNull SpecsConsumer specsConsumer, @NotNull VcsRepositoryModuleDescriptor vcsRepositoryModuleDescriptor, @NotNull VcsRepositoryData repository, @NotNull VcsBranch vcsBranch, @NotNull VcsLocationBambooSpecsState specsState, @NotNull List<CommitContext> commits, boolean shouldReportMissingSpecs, @NotNull Runnable onGitCacheAccessComplete) -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.configuration.external.detection
Methods in com.atlassian.bamboo.configuration.external.detection that return VcsLocationBambooSpecsStateMethods in com.atlassian.bamboo.configuration.external.detection with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionvoidRssJointSpecsConsumer.onSuccess(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull List<CommitContext> commits, @NotNull VcsLocationBambooSpecsState specsState, @NotNull RssPermissions rssPermissions, @NotNull VcsLocationBambooSpecsState bambooSpecsState, @NotNull com.atlassian.utils.process.OutputHandler stdout, @NotNull String logFilename) booleanRssJointSpecsConsumer.processSpecsDirectoryRemoval(@NotNull VcsRepositoryData repository, @NotNull VcsLocationBambooSpecsState specsState, @NotNull List<CommitContext> commits, @NotNull RssPermissions rssPermissions, @NotNull com.atlassian.utils.process.OutputHandler stdout, @NotNull String logFilename) Constructors in com.atlassian.bamboo.configuration.external.detection with parameters of type VcsLocationBambooSpecsStateModifierConstructorDescriptionRssDetectionTriggerData(@NotNull VcsRepositoryData repository, @NotNull VcsRepositoryModuleDescriptor repositoryDescriptor, @NotNull VcsLocationBambooSpecsState specsState, @NotNull List<CommitContext> specsCommits, boolean reportMissingSpecs) -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.configuration.external.rss
Methods in com.atlassian.bamboo.configuration.external.rss with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionRepositoryStoredSpecsResultHelper.createSpecResultAndDisablePlans(@NotNull Collection<PlanKey> plans, @NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits, @NotNull RssPermissions rssPermissions, boolean specsExecutionSuccessful, @NotNull VcsLocationBambooSpecsState bambooSpecsState) Creates specs execution results for givenplansand disable themRepositoryStoredSpecsResultHelperImpl.createSpecResultAndDisablePlans(@NotNull Collection<PlanKey> plans, @NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits, @NotNull RssPermissions rssPermissions, boolean specsExecutionSuccessful, @NotNull VcsLocationBambooSpecsState bambooSpecsState) -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.deployments.projects.persistence
Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescription@NotNull Collection<Long> DeploymentProjectDao.findDeploymentProjectsInOtherStates(VcsLocationBambooSpecsState specsState) @NotNull Collection<Long> DeploymentProjectDaoImpl.findDeploymentProjectsInOtherStates(VcsLocationBambooSpecsState specsState) -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescription@NotNull Collection<Long> DeploymentProjectService.findDeploymentProjectsInOtherStates(@NotNull VcsLocationBambooSpecsState specsState) @NotNull Collection<Long> DeploymentProjectServiceImpl.findDeploymentProjectsInOtherStates(@NotNull VcsLocationBambooSpecsState specsState) -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.migration.stream.build
Methods in com.atlassian.bamboo.migration.stream.build that return VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionprotected @NotNull VcsLocationBambooSpecsStateSpecsStateMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream.build with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionvoidSpecsStateMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<VcsLocationBambooSpecsState> list, @NotNull VcsLocationBambooSpecsState object, long objectIndex, @NotNull org.hibernate.Session session) protected voidSpecsStateMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull VcsLocationBambooSpecsState specsState, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidSpecsStateMapper.importProperties(@NotNull VcsLocationBambooSpecsState object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionvoidSpecsStateMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<VcsLocationBambooSpecsState> list, @NotNull VcsLocationBambooSpecsState object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement VcsLocationBambooSpecsStateMethods in com.atlassian.bamboo.plan that return VcsLocationBambooSpecsStateModifier and TypeMethodDescription@NotNull VcsLocationBambooSpecsStateVcsBambooSpecsSource.getVcsLocationBambooSpecsState()@NotNull VcsLocationBambooSpecsStateVcsBambooSpecsSourceImpl.getVcsLocationBambooSpecsState() -
Uses of VcsLocationBambooSpecsState in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs that return types with arguments of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionBambooSpecsStateDao.findById(long specsStateId) BambooSpecsStateDaoImpl.findById(long specsStateId) @NotNull List<VcsLocationBambooSpecsState> BambooSpecsStateDao.findByVcsLocation(long repositoryId, @NotNull String branch) Get all specs state for given repository and its branch@NotNull List<VcsLocationBambooSpecsState> BambooSpecsStateDaoImpl.findByVcsLocation(long repositoryId, @NotNull String branch) @NotNull List<VcsLocationBambooSpecsState> BambooSpecsManager.findByVcsLocationIdOrderBySpecsExecutionDate(long repositoryId, @NotNull String branch, int limit) Return latestlimitentries for given repository and its branch@NotNull List<VcsLocationBambooSpecsState> BambooSpecsManagerImpl.findByVcsLocationIdOrderBySpecsExecutionDate(long repositoryId, @NotNull String branch, int limit) @NotNull List<VcsLocationBambooSpecsState> BambooSpecsStateDao.findByVcsLocationIdOrderBySpecsExecutionDate(long repositoryId, @NotNull String branch, int limit) Get latestlimitspecs state for given repository and its branch@NotNull List<VcsLocationBambooSpecsState> BambooSpecsStateDaoImpl.findByVcsLocationIdOrderBySpecsExecutionDate(long repositoryId, @NotNull String branch, int limit) BambooSpecsManager.findLatestState(long rootVcsRepositoryId, @NotNull String branch) Find latestVcsLocationBambooSpecsStatefor given repository and branchBambooSpecsManagerImpl.findLatestState(long rootVcsRepositoryId, @NotNull String branch) @Nullable Optional<VcsLocationBambooSpecsState> BambooSpecsStateDao.findLatestState(long rootVcsRepositoryId, String branch) BambooSpecsStateDaoImpl.findLatestState(long rootVcsRepositoryId, String branch) @NotNull List<VcsLocationBambooSpecsState> BambooSpecsManager.getUnfinishedSpecsScans()Get allVcsLocationBambooSpecsStatethat are in unfinished state@NotNull List<VcsLocationBambooSpecsState> BambooSpecsManagerImpl.getUnfinishedSpecsScans()@NotNull List<VcsLocationBambooSpecsState> BambooSpecsStateDao.getUnfinishedSpecsScans()@NotNull List<VcsLocationBambooSpecsState> BambooSpecsStateDaoImpl.getUnfinishedSpecsScans()Methods in com.atlassian.bamboo.specs with parameters of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionlongBambooSpecsStateDao.countPlansLinkedToState(VcsLocationBambooSpecsState specsState) longBambooSpecsStateDaoImpl.countPlansLinkedToState(VcsLocationBambooSpecsState specsState) voidBambooSpecsStateDao.delete(VcsLocationBambooSpecsState specsState) voidBambooSpecsStateDaoImpl.delete(VcsLocationBambooSpecsState specsState) @NotNull Collection<Long> BambooSpecsManager.findDeploymentProjectsInOtherStates(VcsLocationBambooSpecsState specsState) Returns ids pf RSS-managed deployment projects that have been updated in RSS runs other than the one supplied.@NotNull Collection<Long> BambooSpecsManagerImpl.findDeploymentProjectsInOtherStates(VcsLocationBambooSpecsState specsState) @NotNull Collection<PlanKey> BambooSpecsManager.findPlansInOtherStates(VcsLocationBambooSpecsState specsState) Returns RSS-managed plans that have been updated in RSS runs other than the one supplied.@NotNull Collection<PlanKey> BambooSpecsManagerImpl.findPlansInOtherStates(VcsLocationBambooSpecsState specsState) @NotNull Collection<PlanKey> BambooSpecsStateDao.findPlansInOtherStates(@NotNull VcsLocationBambooSpecsState specsState) @NotNull Collection<PlanKey> BambooSpecsStateDaoImpl.findPlansInOtherStates(@NotNull VcsLocationBambooSpecsState specsState) voidBambooSpecsManager.save(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) Save newVcsLocationBambooSpecsStateentity.voidBambooSpecsManagerImpl.save(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) voidBambooSpecsStateDao.saveOrUpdate(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) voidBambooSpecsStateDaoImpl.saveOrUpdate(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) voidBambooSpecsManager.updateAfterSpecsImport(VcsLocationBambooSpecsState vcsLocationBambooSpecsState, VcsLocationBambooSpecsState.SpecsImportState specsImportState, String logFilename) Update givenVcsLocationBambooSpecsStatewith specs import results and save it.voidBambooSpecsManagerImpl.updateAfterSpecsImport(VcsLocationBambooSpecsState vcsLocationBambooSpecsState, VcsLocationBambooSpecsState.SpecsImportState specsImportState, String logFilename) Method parameters in com.atlassian.bamboo.specs with type arguments of type VcsLocationBambooSpecsStateModifier and TypeMethodDescriptionvoidBambooSpecsStateDao.scrollVcsLocationBambooSpecsStateForExport(Consumer<VcsLocationBambooSpecsState> consumer) voidBambooSpecsStateDaoImpl.scrollVcsLocationBambooSpecsStateForExport(@NotNull Consumer<VcsLocationBambooSpecsState> consumer)