Uses of Interface
com.atlassian.bamboo.resultsummary.warning.BuildResultWarningSummary
-
Packages that use BuildResultWarningSummary Package Description com.atlassian.bamboo.migration.stream com.atlassian.bamboo.results.warning com.atlassian.bamboo.resultsummary.warning -
-
Uses of BuildResultWarningSummary in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return BuildResultWarningSummary Modifier and Type Method Description protected @NotNull BuildResultWarningSummary
BuildResultWarningSummaryMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Deprecated.Methods in com.atlassian.bamboo.migration.stream with parameters of type BuildResultWarningSummary Modifier and Type Method Description protected void
BuildResultWarningSummaryMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull BuildResultWarningSummary object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
Deprecated.protected void
BuildResultWarningSummaryMapper. importProperties(@NotNull BuildResultWarningSummary object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Deprecated. -
Uses of BuildResultWarningSummary in com.atlassian.bamboo.results.warning
Methods in com.atlassian.bamboo.results.warning with parameters of type BuildResultWarningSummary Modifier and Type Method Description void
BuildWarningSummary. append(@NotNull BuildResultWarningSummary summary)
-
Uses of BuildResultWarningSummary in com.atlassian.bamboo.resultsummary.warning
Classes in com.atlassian.bamboo.resultsummary.warning that implement BuildResultWarningSummary Modifier and Type Class Description class
BuildResultWarningSummaryImpl
Methods in com.atlassian.bamboo.resultsummary.warning that return BuildResultWarningSummary Modifier and Type Method Description @Nullable BuildResultWarningSummary
BuildResultWarningSummaryDao. findByResultAndRepository(long resultsSummaryId, long repositoryId)
@Nullable BuildResultWarningSummary
BuildResultWarningSummaryDaoImpl. findByResultAndRepository(long resultsSummaryId, long repositoryId)
Methods in com.atlassian.bamboo.resultsummary.warning that return types with arguments of type BuildResultWarningSummary Modifier and Type Method Description @NotNull List<BuildResultWarningSummary>
BuildResultWarningSummaryDao. findByResult(long resultsSummaryId)
@NotNull List<BuildResultWarningSummary>
BuildResultWarningSummaryDaoImpl. findByResult(long resultsSummaryId)
-