Modifier and Type | Field and Description |
---|---|
static RuleResult<Integer> |
RuleResult.EMPTY_INT_RESULT |
static RuleResult<?> |
RuleResult.EMPTY_RESULT |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
AggregatableRule.aggregate(Collection<RuleResult<T>> results)
Aggregates several rule results calculated by the same rule into one.
|
RuleResult |
Rule.evaluate(hudson.model.AbstractBuild<?,?> build)
Evaluate the build and return the points for it
|
RuleResult<T> |
AggregatableRule.evaluate(hudson.model.AbstractBuild<?,?> build)
Deprecated.
this rule is not called at all for
AggregatableRule s.
Please implement AggregatableRule.evaluate(AbstractBuild, AbstractBuild) instead! |
RuleResult<T> |
AggregatableRule.evaluate(hudson.model.AbstractBuild<?,?> previousBuild,
hudson.model.AbstractBuild<?,?> build)
Evaluates the rule for the current build compared to a previous build.
|
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
AggregatableRule.aggregate(Collection<RuleResult<T>> results)
Aggregates several rule results calculated by the same rule into one.
|
Modifier and Type | Method and Description |
---|---|
RuleResult |
BuildResultRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
DefaultCheckstyleRule.aggregate(Collection<RuleResult<Integer>> results) |
RuleResult<Integer> |
DefaultCheckstyleRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
RuleResult<Integer> |
DefaultCheckstyleRule.evaluate(hudson.model.AbstractBuild<?,?> previousBuild,
hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
DefaultCheckstyleRule.aggregate(Collection<RuleResult<Integer>> results) |
Modifier and Type | Field and Description |
---|---|
protected static RuleResult<Integer> |
AbstractFindBugsWarningsRule.EMPTY_RESULT |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
NewFindBugsWarningsRule.aggregate(Collection<RuleResult<Integer>> results) |
RuleResult<?> |
FixedFindBugsWarningsRule.aggregate(Collection<RuleResult<Integer>> results) |
RuleResult<Integer> |
NewFindBugsWarningsRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
RuleResult<Integer> |
FixedFindBugsWarningsRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
RuleResult<Integer> |
AbstractFindBugsWarningsRule.evaluate(hudson.model.AbstractBuild<?,?> previousBuild,
hudson.model.AbstractBuild<?,?> build) |
protected RuleResult<Integer> |
NewFindBugsWarningsRule.evaluate(int previousAnnotations,
int currentAnnotations) |
protected RuleResult<Integer> |
FixedFindBugsWarningsRule.evaluate(int previousAnnotations,
int currentAnnotations) |
protected abstract RuleResult<Integer> |
AbstractFindBugsWarningsRule.evaluate(int previousAnnotations,
int currentAnnotations) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
NewFindBugsWarningsRule.aggregate(Collection<RuleResult<Integer>> results) |
RuleResult<?> |
FixedFindBugsWarningsRule.aggregate(Collection<RuleResult<Integer>> results) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
DefaultOpenTasksRule.aggregate(Collection<RuleResult<Integer>> results) |
RuleResult<Integer> |
DefaultOpenTasksRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
RuleResult<Integer> |
DefaultOpenTasksRule.evaluate(hudson.model.AbstractBuild<?,?> previousBuild,
hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
DefaultOpenTasksRule.aggregate(Collection<RuleResult<Integer>> results) |
Modifier and Type | Method and Description |
---|---|
RuleResult |
DefaultPmdRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
RuleResult |
DefaultViolationRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
DefaultWarningsRule.aggregate(Collection<RuleResult<Integer>> results) |
RuleResult<Integer> |
DefaultWarningsRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
RuleResult<Integer> |
DefaultWarningsRule.evaluate(hudson.model.AbstractBuild<?,?> previousBuild,
hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
DefaultWarningsRule.aggregate(Collection<RuleResult<Integer>> results) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
AbstractUnitTestsRule.aggregate(Collection<RuleResult<Integer>> results) |
RuleResult<Integer> |
AbstractUnitTestsRule.evaluate(hudson.model.AbstractBuild<?,?> build) |
RuleResult<Integer> |
AbstractUnitTestsRule.evaluate(hudson.model.AbstractBuild<?,?> previousBuild,
hudson.model.AbstractBuild<?,?> build) |
protected abstract RuleResult<Integer> |
AbstractUnitTestsRule.evaluate(hudson.tasks.test.AbstractTestResultAction<?> testResult,
hudson.tasks.test.AbstractTestResultAction<?> previousTestResult) |
protected RuleResult<Integer> |
AbstractSkippedTestsRule.evaluate(hudson.tasks.test.AbstractTestResultAction<?> testResult,
hudson.tasks.test.AbstractTestResultAction<?> previousTestResult) |
protected RuleResult<Integer> |
AbstractPassedTestsRule.evaluate(hudson.tasks.test.AbstractTestResultAction<?> testResult,
hudson.tasks.test.AbstractTestResultAction<?> previousTestResult) |
protected RuleResult<Integer> |
AbstractFailedTestsRule.evaluate(hudson.tasks.test.AbstractTestResultAction<?> testResult,
hudson.tasks.test.AbstractTestResultAction<?> previousTestResult) |
protected RuleResult<Integer> |
IncreasingSkippedTestsRule.evaluate(int passedTestDiff) |
protected RuleResult<Integer> |
IncreasingPassedTestsRule.evaluate(int passedTestDiff) |
protected RuleResult<Integer> |
IncreasingFailedTestsRule.evaluate(int failingTestDiff) |
protected RuleResult<Integer> |
DecreasingSkippedTestsRule.evaluate(int skippedTestDiff) |
protected RuleResult<Integer> |
DecreasingPassedTestsRule.evaluate(int passedTestDiff) |
protected RuleResult<Integer> |
DecreasingFailedTestsRule.evaluate(int failedTestDiff) |
protected abstract RuleResult<Integer> |
AbstractSkippedTestsRule.evaluate(int skippedTestDiff) |
protected abstract RuleResult<Integer> |
AbstractPassedTestsRule.evaluate(int passedTestDiff) |
protected abstract RuleResult<Integer> |
AbstractFailedTestsRule.evaluate(int failedTestDiff) |
Modifier and Type | Method and Description |
---|---|
RuleResult<?> |
AbstractUnitTestsRule.aggregate(Collection<RuleResult<Integer>> results) |
Copyright © 2004-2015. All Rights Reserved.