public class CcmPublisher
extends hudson.plugins.analysis.core.HealthAwarePublisher
hudson.tasks.Publisher.DescriptorExtensionListImplhudson.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
CcmPublisher() |
| Modifier and Type | Method and Description |
|---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
CcmDescriptor |
getDescriptor() |
String |
getPattern()
Returns the Ant file-set pattern of files to work with.
|
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.plugins.analysis.core.BuildResult |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.plugins.analysis.util.PluginLogger logger) |
void |
setPattern(String pattern) |
blame, perform, perform, updateBuildResultcanComputeNew, canContinue, canResolveRelativePaths, copyFilesWithAnnotationsToBuildFolder, expandFilePattern, getCanComputeNew, getCanResolveRelativePaths, getCanRunOnFailed, getDefaultEncoding, getFailedNewAll, getFailedNewHigh, getFailedNewLow, getFailedNewNormal, getFailedTotalAll, getFailedTotalHigh, getFailedTotalLow, getFailedTotalNormal, getHealthy, getListener, getMinimumPriority, getProjectActions, getRequiredMonitorService, getShouldDetectModules, getThresholdLimit, getThresholds, getUnHealthy, getUnstableNewAll, getUnstableNewHigh, getUnstableNewLow, getUnstableNewNormal, getUnstableTotalAll, getUnstableTotalHigh, getUnstableTotalLow, getUnstableTotalNormal, getUseDeltaValues, getUsePreviousBuildAsReference, getUseStableBuildAsReference, isAntBuild, isMavenBuild, isMavenBuild, isThresholdEnabled, perform, readResolve, setCanComputeNew, setCanResolveRelativePaths, setCanRunOnFailed, setDefaultEncoding, setFailedNewAll, setFailedNewHigh, setFailedNewLow, setFailedNewNormal, setFailedTotalAll, setFailedTotalHigh, setFailedTotalLow, setFailedTotalNormal, setHealthy, setShouldDetectModules, setThresholdLimit, setUnHealthy, setUnstableNewAll, setUnstableNewHigh, setUnstableNewLow, setUnstableNewNormal, setUnstableTotalAll, setUnstableTotalHigh, setUnstableTotalLow, setUnstableTotalNormal, setUseDeltaValues, setUsePreviousBuildAsReference, setUseStableBuildAsReference, shouldDetectModules, useOnlyStableBuildsAsReference, usePreviousBuildAsReferenceall, getProjectAction, needsToRunAfterFinalized, prebuildpublic String getPattern()
@DataBoundSetter public void setPattern(String pattern)
getPattern()public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.plugins.analysis.core.BuildResult perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.plugins.analysis.util.PluginLogger logger)
throws InterruptedException,
IOException
perform in class hudson.plugins.analysis.core.HealthAwarePublisherInterruptedExceptionIOExceptionpublic CcmDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.plugins.analysis.core.HealthAwareRecorderpublic hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Copyright © 2010-2018 Jenkins. All Rights Reserved.