@Extension public class TestResultsAnalyzerExtension extends jenkins.model.TransientActionFactory<hudson.model.Job> implements hudson.model.Describable<TestResultsAnalyzerExtension>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestResultsAnalyzerExtension.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static TestResultsAnalyzerExtension.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
TestResultsAnalyzerExtension() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
createFor(hudson.model.Job target) |
hudson.model.Descriptor<TestResultsAnalyzerExtension> |
getDescriptor() |
Class<hudson.model.Job> |
type() |
@Extension public static final TestResultsAnalyzerExtension.DescriptorImpl DESCRIPTOR
@Nonnull public Collection<? extends hudson.model.Action> createFor(@Nonnull hudson.model.Job target)
createFor in class jenkins.model.TransientActionFactory<hudson.model.Job>public Class<hudson.model.Job> type()
type in class jenkins.model.TransientActionFactory<hudson.model.Job>public hudson.model.Descriptor<TestResultsAnalyzerExtension> getDescriptor()
getDescriptor in interface hudson.model.Describable<TestResultsAnalyzerExtension>Copyright © 2004-2016. All Rights Reserved.