@Symbol(value="blazeMeterTest")
@Extension
public class BlazeMeterPerformanceBuilderDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
BlazeMeterPerformanceBuilderDescriptor() |
BlazeMeterPerformanceBuilderDescriptor(String blazeMeterURL) |
BlazeMeterPerformanceBuilderDescriptor(String blazeMeterURL,
boolean isUnstableIfHasFails) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckMainTestFile(String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(String credentialsId) |
hudson.util.ListBoxModel |
doFillTestIdItems(String credentialsId,
String workspaceId,
String testId) |
hudson.util.ListBoxModel |
doFillWorkspaceIdItems(String credentialsId,
String workspaceId) |
BlazemeterCredentialsBAImpl |
findCredentials(List<BlazemeterCredentialsBAImpl> credentials,
String credentialsId) |
String |
getBlazeMeterURL() |
static JenkinsBlazeMeterUtils |
getBzmUtils(String username,
String password) |
static BlazeMeterPerformanceBuilderDescriptor |
getDescriptor() |
String |
getDisplayName() |
boolean |
getIsUnstableIfHasFails() |
String |
getName() |
static boolean |
hasUpdates() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setBlazeMeterURL(String blazeMeterURL) |
void |
setIsUnstableIfHasFails(boolean isUnstableIfHasFails) |
void |
setName(String name) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static String NO_TESTS
public BlazeMeterPerformanceBuilderDescriptor()
public BlazeMeterPerformanceBuilderDescriptor(String blazeMeterURL)
public BlazeMeterPerformanceBuilderDescriptor(String blazeMeterURL, boolean isUnstableIfHasFails)
public static BlazeMeterPerformanceBuilderDescriptor getDescriptor()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public static boolean hasUpdates()
public hudson.util.FormValidation doCheckMainTestFile(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillTestIdItems(@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="workspaceId")
String workspaceId,
@QueryParameter(value="testId")
String testId)
throws hudson.util.FormValidation
hudson.util.FormValidationpublic hudson.util.ListBoxModel doFillWorkspaceIdItems(@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="workspaceId")
String workspaceId)
throws hudson.util.FormValidation
hudson.util.FormValidationpublic hudson.util.ListBoxModel doFillCredentialsIdItems(@QueryParameter(value="credentialsId")
String credentialsId)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic BlazemeterCredentialsBAImpl findCredentials(List<BlazemeterCredentialsBAImpl> credentials, String credentialsId)
public static JenkinsBlazeMeterUtils getBzmUtils(String username, String password) throws Exception
Exceptionpublic String getName()
public void setName(String name)
public String getBlazeMeterURL()
public void setBlazeMeterURL(String blazeMeterURL)
public boolean getIsUnstableIfHasFails()
public void setIsUnstableIfHasFails(boolean isUnstableIfHasFails)
Copyright © July 2012-2021 BlazeMeterInc. All Rights Reserved.