Package io.jenkins.plugins.levo
Class TestPlanBuilder.DescriptorImpl
- Enclosing class:
TestPlanBuilder
@Symbol("levo-test-plan")
@Extension
public static final class TestPlanBuilder.DescriptorImpl
extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckAppName(String value, String executionMode) doCheckEndpointPattern(String value) doCheckEnvironment(String value, String executionMode) doCheckTestUsers(String value) doFillLevoCredentialsIdItems(Item item, String levoCredentialsId) doFillSecretEnvironmentIdItems(Item item, String secretEnvironmentId) booleanisApplicable(Class<? extends AbstractProject> jobType) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
isApplicable
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
doFillLevoCredentialsIdItems
public ListBoxModel doFillLevoCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String levoCredentialsId) -
doFillSecretEnvironmentIdItems
public ListBoxModel doFillSecretEnvironmentIdItems(@AncestorInPath Item item, @QueryParameter String secretEnvironmentId) -
doCheckAppName
public FormValidation doCheckAppName(@QueryParameter String value, @QueryParameter String executionMode) -
doCheckEnvironment
public FormValidation doCheckEnvironment(@QueryParameter String value, @QueryParameter String executionMode) -
doCheckEndpointPattern
-
doCheckExcludeEndpointPattern
-
doCheckTestUsers
-
doFillFailSeverityItems
-
doFillFailScopeItems
-