Class InvestigationCase
java.lang.Object
io.jenkins.plugins.changeinvestigator.investigation.InvestigationCase
- All Implemented Interfaces:
Serializable
Immutable view and copy model shared by automatic and explicitly selected comparisons.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvestigationCase(BuildInvestigationEvidence evidence, HistoryEvidence history, int baseline, boolean comparison, FailureSignal baselineSignal) -
Method Summary
Modifier and TypeMethodDescriptionafterValue(RankedChange change) voidattachManifests(ManifestEvidence before, ManifestEvidence after) beforeValue(RankedChange change) intlonglonglonglongintgetTop()intbooleanhasAfter(RankedChange change) booleanhasBefore(RankedChange change) booleanboolean
-
Constructor Details
-
InvestigationCase
public InvestigationCase(BuildInvestigationEvidence evidence, HistoryEvidence history, int baseline, boolean comparison, FailureSignal baselineSignal)
-
-
Method Details
-
attachManifests
-
hasBefore
-
hasAfter
-
beforeValue
-
afterValue
-
getEvidence
-
getSignal
-
getBaselineSignal
-
getHistory
-
getRanked
-
getChanges
-
getWindowLabel
-
getSignalTitle
-
getSignalText
-
getBaseline
public int getBaseline() -
getTarget
public int getTarget() -
isComparison
public boolean isComparison() -
getWindowEnd
public int getWindowEnd() -
getFileCount
public long getFileCount() -
getRelevantCount
public long getRelevantCount() -
getPossibleCount
public long getPossibleCount() -
getOtherCount
public long getOtherCount() -
isStrongRelationship
public boolean isStrongRelationship() -
getTop
-
getCopyText
-