Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactLink
Packages that use ArtifactLink
Package
Description
-
Uses of ArtifactLink in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return types with arguments of type ArtifactLinkMethods in com.atlassian.bamboo.build with parameters of type ArtifactLinkModifier and TypeMethodDescriptionfinal @Nullable StringPlanResultsAction.getArtifactLinkUrl(ArtifactLink artifactLink) final @NotNull StringPlanResultsAction.getArtifactSizeDescription(ArtifactLink artifactLink) -
Uses of ArtifactLink in com.atlassian.bamboo.build.artifact
Classes in com.atlassian.bamboo.build.artifact that implement ArtifactLinkModifier and TypeClassDescriptionclassThis class is a simple POJO representing artifact links.Methods in com.atlassian.bamboo.build.artifact that return types with arguments of type ArtifactLinkModifier and TypeMethodDescription@NotNull Collection<ArtifactLink> ArtifactLinkManager.addArtifactLinks(@NotNull BuildResultsSummary producerResult, @NotNull ArtifactPublishingResult result) Create ArtifactLink object and add it to the BuildResultsSummary.@NotNull Collection<ArtifactLink> DefaultArtifactLinkManager.addArtifactLinks(@NotNull BuildResultsSummary producerResult, @NotNull ArtifactPublishingResult publishingResult) @NotNull Collection<ArtifactLink> ArtifactLinkDao.findArtifactLinks(@NotNull String label, @NotNull ResultsSummary resultsSummary) @NotNull Collection<ArtifactLink> ArtifactLinkHibernateDao.findArtifactLinks(@NotNull String label, @NotNull ResultsSummary resultsSummary) @NotNull Collection<ArtifactLink> ArtifactLinkManager.findArtifactLinksByChainResultKey(@NotNull PlanResultKey chainResultKey) @NotNull Collection<ArtifactLink> DefaultArtifactLinkManager.findArtifactLinksByChainResultKey(@NotNull PlanResultKey chainResultKey) @NotNull Collection<ArtifactLink> ArtifactLinkDao.findArtifactsByChainResultKey(@NotNull PlanResultKey chainResultKey) Gets all theArtifactLinks for the givenPlanResultKey@NotNull Collection<ArtifactLink> ArtifactLinkHibernateDao.findArtifactsByChainResultKey(@NotNull PlanResultKey chainResultKey) @NotNull Collection<ArtifactLink> ArtifactLinkDao.getArtifactLinks(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) @NotNull Collection<ArtifactLink> ArtifactLinkHibernateDao.getArtifactLinks(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) @NotNull Collection<ArtifactLink> ArtifactLinkManager.getArtifactLinks(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) @NotNull Collection<ArtifactLink> DefaultArtifactLinkManager.getArtifactLinks(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) static Predicate<ArtifactLink> ArtifactLinkPredicates.isLabelEqual(@NotNull String label) Get a predicate that returns true for ArtifactLink object with equal label.Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactLinkModifier and TypeMethodDescriptionvoidArtifactLinkMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ArtifactLink> artifactDefinitions, @NotNull ArtifactLink object, long objectIndex, @NotNull org.hibernate.Session session) protected voidArtifactLinkMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull ArtifactLink object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) AbstractLocalArtifactHandler.getArtifactLinkDataProvider(ArtifactLink artifactLink, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) @Nullable ArtifactLinkDataProviderArtifactHandler.getArtifactLinkDataProvider(ArtifactLink artifactLink, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) @Nullable ArtifactLinkDataProviderArtifactHandlerDecoratorSupport.getArtifactLinkDataProvider(ArtifactLink artifactLink, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) BambooRemoteArtifactHandler.getArtifactLinkDataProvider(ArtifactLink artifactLink, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) S3ArtifactHandler.getArtifactLinkDataProvider(ArtifactLink artifactLink, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) static @Nullable StringArtifactHandlingUtils.getArtifactUrl(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull ArtifactLink artifactLink, @NotNull String baseUrl) Deprecated.protected voidArtifactLinkMapper.importProperties(@NotNull ArtifactLink object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) static booleanArtifactLinkPredicates.isAvailableLocally(ArtifactLink artifactLink) static booleanArtifactLinkPredicates.isNotSharedArtifact(ArtifactLink artifactLink) static booleanArtifactLinkPredicates.isOrphanedArtifact(ArtifactLink artifactLink) static booleanArtifactLinkPredicates.isSharedArtifact(ArtifactLink artifactLink) voidArtifactLinkManager.removeArtifactLink(@NotNull ArtifactLink artifactLink) Remove an artifact link.voidDefaultArtifactLinkManager.removeArtifactLink(@NotNull ArtifactLink artifactLink) Method parameters in com.atlassian.bamboo.build.artifact with type arguments of type ArtifactLinkModifier and TypeMethodDescriptionvoidArtifactLinkMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ArtifactLink> artifactDefinitions, @NotNull ArtifactLink object, long objectIndex, @NotNull org.hibernate.Session session) voidArtifactLinkDao.removeAll(@NotNull Collection<ArtifactLink> artifactLinkCollection) Removes all ArtifactLink objects from the collection.voidArtifactLinkHibernateDao.removeAll(@NotNull Collection<ArtifactLink> artifactLinkCollection) voidAbstractArtifactManager.removeArtifactsFromStorage(@NotNull Iterable<ArtifactLink> artifactLinks) voidArtifactManager.removeArtifactsFromStorage(@NotNull Iterable<ArtifactLink> artifactLinks) Removes artifact files for all plan results attached to supplied links.voidLocalArtifactManager.removeArtifactsFromStorage(@NotNull Iterable<ArtifactLink> artifactLinks) longArtifactLinkDao.scrollArtifactLinksForExport(@NotNull Consumer<ArtifactLink> consumer) Scroll through all ArtifactLink records and pass them to consumerlongArtifactLinkHibernateDao.scrollArtifactLinksForExport(@NotNull Consumer<ArtifactLink> consumer) -
Uses of ArtifactLink in com.atlassian.bamboo.matcher.bean
Methods in com.atlassian.bamboo.matcher.bean that return types with arguments of type ArtifactLinkModifier and TypeMethodDescriptionstatic org.mockito.ArgumentMatcher<ArtifactLink> IsArtifactLinkEq.equalToArtifactLink(@NotNull ArtifactLink reference) static org.hamcrest.Matcher<ArtifactLink> IsArtifactLinkEqOld.equalToArtifactLinkOld(@NotNull ArtifactLink reference) Methods in com.atlassian.bamboo.matcher.bean with parameters of type ArtifactLinkModifier and TypeMethodDescriptionstatic org.mockito.ArgumentMatcher<ArtifactLink> IsArtifactLinkEq.equalToArtifactLink(@NotNull ArtifactLink reference) static org.hamcrest.Matcher<ArtifactLink> IsArtifactLinkEqOld.equalToArtifactLinkOld(@NotNull ArtifactLink reference) booleanIsArtifactLinkEq.matches(ArtifactLink artifactLink) booleanIsArtifactLinkEqOld.matchesSafely(ArtifactLink artifactLink) -
Uses of ArtifactLink in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return ArtifactLinkModifier and TypeMethodDescriptionConsumedSubscription.getArtifactLink()ConsumedSubscriptionImpl.getArtifactLink()Methods in com.atlassian.bamboo.plan.artifact with parameters of type ArtifactLinkModifier and TypeMethodDescriptionvoidConsumedSubscription.setArtifactLink(ArtifactLink artifactLink) voidConsumedSubscriptionImpl.setArtifactLink(ArtifactLink artifactLink) Constructors in com.atlassian.bamboo.plan.artifact with parameters of type ArtifactLinkModifierConstructorDescriptionConsumedSubscriptionImpl(ArtifactLink artifactLink, ResultsSummary consumerResultSummary, String destinationDirectory) -
Uses of ArtifactLink in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ArtifactLinkModifier and TypeMethodDescription@NotNull List<ArtifactLink> ImmutableResultsSummaryImpl.getArtifactLinks() -
Uses of ArtifactLink in com.atlassian.bamboo.plugins.jira.rest.model.build
Methods in com.atlassian.bamboo.plugins.jira.rest.model.build that return types with arguments of type ArtifactLinkModifier and TypeMethodDescriptionstatic Function<ArtifactLink, ArtifactSummary> ArtifactSummary.fromArtifactLink(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull String baseUrl) -
Uses of ArtifactLink in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax with parameters of type ArtifactLinkModifier and TypeMethodDescription@Nullable StringAbstractJiraRelatedAction.getArtifactLinkUrl(ArtifactLink artifactLink) -
Uses of ArtifactLink in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type ArtifactLinkModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.ListAttribute<AbstractResultsSummary, ArtifactLink> AbstractResultsSummary_.artifactLinksMethods in com.atlassian.bamboo.resultsummary that return types with arguments of type ArtifactLinkModifier and TypeMethodDescriptionBuildResultsSummaryDao.findBuildResultsWithArtifacts(String planKey) Find all build results which have matching artifacts.BuildResultsSummaryHibernateDao.findBuildResultsWithArtifacts(String planKey) @NotNull List<ArtifactLink> AbstractResultsSummary.getArtifactLinks()@NotNull Collection<ArtifactLink> ImmutableResultsSummary.getArtifactLinks()Returns all artifacts associated with this build.BaseResultSummary.getArtifactLinksThatExist()Deprecated.since 4.3ImmutableResultsSummary.getArtifactLinksThatExist()Deprecated.since 4.3@NotNull Collection<ArtifactLink> BuildResultsSummary.getProducedArtifactLinks()Returns all artifacts produced by this build.@NotNull List<ArtifactLink> BuildResultsSummaryImpl.getProducedArtifactLinks()Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type ArtifactLinkModifier and TypeMethodDescriptionvoidBuildResultsSummaryManagerImpl.removeMatchingArtifacts(@NotNull ResultsSummary resultsSummary, @NotNull Predicate<ArtifactLink> predicate) voidResultsSummaryManager.removeMatchingArtifacts(@NotNull ResultsSummary resultsSummary, @NotNull Predicate<ArtifactLink> predicate) Remove artifacts from results summary that match a predicate.voidAbstractResultsSummary.setArtifactLinks(List<ArtifactLink> artifactLinks) protected voidBuildResultsSummaryImpl.setProducedArtifactLinks(@Nullable List<ArtifactLink> producedArtifactLinks) -
Uses of ArtifactLink in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type ArtifactLinkModifier and TypeMethodDescriptionstatic Predicate<ArtifactLink> BambooPredicates.artifactLinkHasArtifactWithName(@NotNull String artifactName) static com.google.common.base.Function<ArtifactLink, Artifact> BambooFunctions.getArtifactFromArtifactLink()RetrievesArtifactfrom anArtifactLink. -
Uses of ArtifactLink in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type ArtifactLinkModifier and TypeMethodDescriptionfinal @Nullable StringChainResultProviderAction.getArtifactLinkUrl(ArtifactLink artifactLink) final @Nullable StringViewBuildResultsTable.getArtifactLinkUrl(ArtifactLink artifactLink) -
Uses of ArtifactLink in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ArtifactLinkModifier and TypeMethodDescriptionViewChainArtifacts.getJobArtifactLinks(BuildResultsSummary jobResults) ViewChainArtifacts.getOrphanedArtifactLinks(ChainResultsSummary chainResults) ViewChainResult.getSharedArtifactLinks(BuildResultsSummary jobResults) Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ArtifactLinkModifier and TypeMethodDescriptionfinal @Nullable StringListChainResults.getArtifactLinkUrl(ArtifactLink artifactLink) final @Nullable StringViewChainSummary.getArtifactLinkUrl(ArtifactLink artifactLink)
ArtifactHandlingUtils.getArtifactUrl(ArtifactLinkManager, com.atlassian.bamboo.artifact.Artifact, String)instead