Index

A B C D E F G H I J L M N O P R S T V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABORTED - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
The schedule has been cancelled by the user.
AccountApi - Interface in org.jenkinsci.plugins.octoperf.account
This REST Api allows to register, login and logout a user on the REST server.
all() - Static method in class org.jenkinsci.plugins.octoperf.conditions.StopConditionDescriptor
 
all() - Static method in class org.jenkinsci.plugins.octoperf.conditions.TestStopCondition
 

B

BENCH_REPORTS - Static variable in interface org.jenkinsci.plugins.octoperf.report.BenchReportService
BenchReportService singleton instance.
BENCH_RESULTS - Static variable in interface org.jenkinsci.plugins.octoperf.result.BenchResultService
BenchResultService singleton instance.
BenchReport - Class in org.jenkinsci.plugins.octoperf.report
A bench report is attached to a given bench result, in a given project.
BenchReportService - Interface in org.jenkinsci.plugins.octoperf.report
Provides common reporting operations.
BenchResult - Class in org.jenkinsci.plugins.octoperf.result
 
BenchResultApi - Interface in org.jenkinsci.plugins.octoperf.result
 
BenchResultService - Interface in org.jenkinsci.plugins.octoperf.result
Provides common operations on BenchResult.
BenchResultState - Enum in org.jenkinsci.plugins.octoperf.result
Defines all the states a test result can have.

C

call() - Method in class org.jenkinsci.plugins.octoperf.OctoPerfBuild
 
CLIENTS - Static variable in interface org.jenkinsci.plugins.octoperf.client.RestClientService
Singleton RestClientService instance.
configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
Constants - Interface in org.jenkinsci.plugins.octoperf.constants
 
create(Class<T>) - Method in interface org.jenkinsci.plugins.octoperf.client.RestApiFactory
 
create(String, PrintStream) - Method in interface org.jenkinsci.plugins.octoperf.client.RestClientService
Creates a Retrofit ready to login on octoperf cloud load testing platform.
CREATED - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
the batch has been created.
CREDENTIALS_SERVICE - Static variable in interface org.jenkinsci.plugins.octoperf.credentials.CredentialsService
Singleton CredentialsService instance.
CredentialsService - Interface in org.jenkinsci.plugins.octoperf.credentials
Facility for manipulating Jenkins SecurityToken.
CRITICAL - Enum constant in enum org.jenkinsci.plugins.octoperf.threshold.ThresholdSeverity
 

D

DATES - Static variable in interface org.jenkinsci.plugins.octoperf.date.DateService
 
DateService - Interface in org.jenkinsci.plugins.octoperf.date
 
DEFAULT_API_URL - Static variable in interface org.jenkinsci.plugins.octoperf.constants.Constants
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.octoperf.conditions.StopOnAlert.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.octoperf.OctoperfCredentialImpl.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
doFillBuildResultItems() - Method in class org.jenkinsci.plugins.octoperf.conditions.StopOnAlert.DescriptorImpl
 
doFillCredentialsIdItems(Item, String, Object) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
doFillCredentialsIdItems(Item, String, Object) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
doFillProjectIdItems(Item, String, String, String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
doFillProjectIdItems(Item, String, String, String) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
doFillScenarioIdItems(Item, String, String, String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
doFillScenarioIdItems(Item, String, String, String) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
doFillSeverityItems() - Method in class org.jenkinsci.plugins.octoperf.conditions.StopOnAlert.DescriptorImpl
 
doFillWorkspaceIdItems(Item, String, String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
doFillWorkspaceIdItems(Item, String, String) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
doTestLogin(String, Secret) - Method in class org.jenkinsci.plugins.octoperf.OctoperfCredentialImpl.DescriptorImpl
 
downloadLogFiles(FilePath, PrintStream, RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.log.LogService
Downloads the test log files from Octoperf servers once the test is finished.

E

ERROR - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
The batch could not be executed because machines could not be provisioned.
execute(PrintStream, RestApiFactory, String) - Method in class org.jenkinsci.plugins.octoperf.conditions.StopOnAlert
 
execute(PrintStream, RestApiFactory, String) - Method in class org.jenkinsci.plugins.octoperf.conditions.TestStopCondition
 

F

find(String) - Method in interface org.jenkinsci.plugins.octoperf.project.ProjectApi
 
find(String) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultApi
 
find(String) - Method in interface org.jenkinsci.plugins.octoperf.scenario.ScenarioApi
 
find(String, Item) - Method in interface org.jenkinsci.plugins.octoperf.credentials.CredentialsService
Finds the account with the given id.
find(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.project.ProjectService
 
find(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultService
Finds a bench result by its id.
find(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.scenario.ScenarioService
 
findFirst(Item) - Method in interface org.jenkinsci.plugins.octoperf.credentials.CredentialsService
Finds the first available account.
FINISHED - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
The schedule execution is finished.

G

getBenchResultId() - Method in class org.jenkinsci.plugins.octoperf.report.BenchReport
 
getById(String) - Static method in class org.jenkinsci.plugins.octoperf.conditions.StopConditionDescriptor
 
getCredentials(Object, Item) - Method in interface org.jenkinsci.plugins.octoperf.credentials.CredentialsService
Lists the credentials available in the given scope.
getDisplayName() - Method in class org.jenkinsci.plugins.octoperf.conditions.StopOnAlert.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
getDisplayName() - Method in class org.jenkinsci.plugins.octoperf.OctoperfCredentialImpl.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
getFile(String, String) - Method in interface org.jenkinsci.plugins.octoperf.log.LogApi
 
getFiles(String) - Method in interface org.jenkinsci.plugins.octoperf.log.LogApi
 
getFunctionName() - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
getId() - Method in class org.jenkinsci.plugins.octoperf.conditions.StopConditionDescriptor
 
getMetrics(String) - Method in interface org.jenkinsci.plugins.octoperf.metrics.MetricsApi
 
getMetrics(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.metrics.MetricsService
Retrieves current test metrics from the server.
getProgress(String) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultApi
 
getProgress(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultService
 
getProjects(String) - Method in interface org.jenkinsci.plugins.octoperf.project.ProjectApi
 
getProjects(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.project.ProjectService
Returns the scenario ids per project id.
getReport(String) - Method in interface org.jenkinsci.plugins.octoperf.junit.JUnitReportApi
 
getReportUrl(String, String, BenchReport) - Method in interface org.jenkinsci.plugins.octoperf.report.BenchReportService
 
getRequiredContext() - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
getRequiredMonitorService() - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
getScenariosByProject(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.scenario.ScenarioService
 
getState(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultService
Refreshed the state of the given benchresult.
getStopConditionDescriptors() - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
getStopConditionDescriptors() - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.DescriptorImpl
 
getStopConditions() - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
getWorkspaces(RestApiFactory) - Method in interface org.jenkinsci.plugins.octoperf.workspace.WorkspaceService
 

H

hasAlarms(RestApiFactory, String, ThresholdSeverity) - Method in interface org.jenkinsci.plugins.octoperf.threshold.ThresholdAlarmService
 

I

INITIALIZING - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
Tasks on the cluster are currently initializing the load generators.
INSTANCE - Static variable in class org.jenkinsci.plugins.octoperf.client.NoopHostnameVerifier
 
isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
isError() - Method in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
 
isFinished(BenchResult) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultService
Returns true when the bench result is finished.
isRunning() - Method in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
 
isTerminalState() - Method in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
 

J

JUNIT_REPORTS - Static variable in interface org.jenkinsci.plugins.octoperf.junit.JUnitReportService
 
JUnitReportApi - Interface in org.jenkinsci.plugins.octoperf.junit
 
JUnitReportService - Interface in org.jenkinsci.plugins.octoperf.junit
 

L

list(String) - Method in interface org.jenkinsci.plugins.octoperf.scenario.ScenarioApi
 
LogApi - Interface in org.jenkinsci.plugins.octoperf.log
 
login(String, String) - Method in interface org.jenkinsci.plugins.octoperf.account.AccountApi
Logs in the user and sends back SecurityToken if login is successful.
LOGS - Static variable in interface org.jenkinsci.plugins.octoperf.log.LogService
Singleton LogService instance.
LogService - Interface in org.jenkinsci.plugins.octoperf.log
 

M

memberOf() - Method in interface org.jenkinsci.plugins.octoperf.workspace.WorkspacesApi
 
mergeJTLs(FilePath, PrintStream) - Method in interface org.jenkinsci.plugins.octoperf.log.LogService
Merges the JTL files into a single one
Messages - Class in org.jenkinsci.plugins.octoperf
Generated localization support class.
Messages() - Constructor for class org.jenkinsci.plugins.octoperf.Messages
 
METRICS - Static variable in interface org.jenkinsci.plugins.octoperf.metrics.MetricsService
MetricsService singleton instance.
MetricsApi - Interface in org.jenkinsci.plugins.octoperf.metrics
 
MetricsService - Interface in org.jenkinsci.plugins.octoperf.metrics
Retrieve test metrics from remote servers.
MetricValue - Class in org.jenkinsci.plugins.octoperf.metrics
Single metric value.
MetricValues - Class in org.jenkinsci.plugins.octoperf.metrics
 

N

NONE_DISPLAY_TEXT - Static variable in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
Used for default options in dropdowns.
NONE_ID - Static variable in class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
Used for default options in dropdowns.
NoopHostnameVerifier - Class in org.jenkinsci.plugins.octoperf.client
 
NoopHostnameVerifier() - Constructor for class org.jenkinsci.plugins.octoperf.client.NoopHostnameVerifier
 
now() - Method in interface org.jenkinsci.plugins.octoperf.date.DateService
 

O

OctoPerfBuild - Class in org.jenkinsci.plugins.octoperf
 
OctoperfBuilder - Class in org.jenkinsci.plugins.octoperf
 
OctoperfBuilder(String, String, String, String, String, List<? extends TestStopCondition>) - Constructor for class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
OctoperfBuilderDescriptor - Class in org.jenkinsci.plugins.octoperf
 
OctoperfBuilderDescriptor() - Constructor for class org.jenkinsci.plugins.octoperf.OctoperfBuilderDescriptor
 
OctoPerfBuilderDSLContext - Class in org.jenkinsci.plugins.octoperf
 
OctoPerfBuilderDSLContext() - Constructor for class org.jenkinsci.plugins.octoperf.OctoPerfBuilderDSLContext
 
OctoPerfBuilderDSLExtension - Class in org.jenkinsci.plugins.octoperf
 
OctoPerfBuilderDSLExtension() - Constructor for class org.jenkinsci.plugins.octoperf.OctoPerfBuilderDSLExtension
 
OctoperfCredential - Interface in org.jenkinsci.plugins.octoperf
Base interface for Octoperf credentials.
OctoperfCredential_DisplayName() - Static method in class org.jenkinsci.plugins.octoperf.Messages
Key OctoperfCredential.DisplayName: OctoPerf Account.
OctoperfCredentialImpl - Class in org.jenkinsci.plugins.octoperf
Username and password to login on Octoperf's platform.
OctoperfCredentialImpl(CredentialsScope, String, String, String, String) - Constructor for class org.jenkinsci.plugins.octoperf.OctoperfCredentialImpl
 
OctoperfCredentialImpl.DescriptorImpl - Class in org.jenkinsci.plugins.octoperf
 
octoPerfTest(Runnable) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfBuilderDSLExtension
 
OctoPerfTestExecution(StepContext, String, String, String, List<? extends TestStopCondition>) - Constructor for class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.OctoPerfTestExecution
 
OctoPerfTestStep - Class in org.jenkinsci.plugins.octoperf
 
OctoPerfTestStep(String, String) - Constructor for class org.jenkinsci.plugins.octoperf.OctoPerfTestStep
 
OctoPerfTestStep.DescriptorImpl - Class in org.jenkinsci.plugins.octoperf
 
OctoPerfTestStep.OctoPerfTestExecution - Class in org.jenkinsci.plugins.octoperf
 
onLogout() - Method in interface org.jenkinsci.plugins.octoperf.client.RestClientAuthenticator
Logs out the client.
onUsernameAndPassword(String, String) - Method in interface org.jenkinsci.plugins.octoperf.client.RestClientAuthenticator
When passing credentials.
org.jenkinsci.plugins.octoperf - package org.jenkinsci.plugins.octoperf
Octoperf load testing Jenkins plugin.
org.jenkinsci.plugins.octoperf.account - package org.jenkinsci.plugins.octoperf.account
Rest API Services.
org.jenkinsci.plugins.octoperf.client - package org.jenkinsci.plugins.octoperf.client
Rest client service.
org.jenkinsci.plugins.octoperf.conditions - package org.jenkinsci.plugins.octoperf.conditions
 
org.jenkinsci.plugins.octoperf.constants - package org.jenkinsci.plugins.octoperf.constants
 
org.jenkinsci.plugins.octoperf.credentials - package org.jenkinsci.plugins.octoperf.credentials
SecurityToken Management.
org.jenkinsci.plugins.octoperf.date - package org.jenkinsci.plugins.octoperf.date
 
org.jenkinsci.plugins.octoperf.junit - package org.jenkinsci.plugins.octoperf.junit
JUnit reporting service.
org.jenkinsci.plugins.octoperf.log - package org.jenkinsci.plugins.octoperf.log
JMeter logs service.
org.jenkinsci.plugins.octoperf.metrics - package org.jenkinsci.plugins.octoperf.metrics
Real-time Test metrics during the test execution.
org.jenkinsci.plugins.octoperf.project - package org.jenkinsci.plugins.octoperf.project
Project service.
org.jenkinsci.plugins.octoperf.report - package org.jenkinsci.plugins.octoperf.report
Bench report service.
org.jenkinsci.plugins.octoperf.result - package org.jenkinsci.plugins.octoperf.result
Runtime services.
org.jenkinsci.plugins.octoperf.scenario - package org.jenkinsci.plugins.octoperf.scenario
Scenario service.
org.jenkinsci.plugins.octoperf.threshold - package org.jenkinsci.plugins.octoperf.threshold
 
org.jenkinsci.plugins.octoperf.workspace - package org.jenkinsci.plugins.octoperf.workspace
 

P

PASSED - Enum constant in enum org.jenkinsci.plugins.octoperf.threshold.ThresholdSeverity
 
PENDING - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
The batch has not been processed yet.
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
perform(Run<?, ?>, FilePath, TaskListener, EnvVars) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
PREPARING - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
Containers are being launched on the agents
Project - Class in org.jenkinsci.plugins.octoperf.project
A project encloses virtual users, scenarios and test results.
ProjectApi - Interface in org.jenkinsci.plugins.octoperf.project
 
PROJECTS - Static variable in interface org.jenkinsci.plugins.octoperf.project.ProjectService
ProjectService singleton instance.
ProjectService - Interface in org.jenkinsci.plugins.octoperf.project
Provides common operations on projects.

R

RestApiFactory - Interface in org.jenkinsci.plugins.octoperf.client
Rest endpoints factory
RestClientAuthenticator - Interface in org.jenkinsci.plugins.octoperf.client
 
RestClientService - Interface in org.jenkinsci.plugins.octoperf.client
Creates a Retrofit coupled with a RestClientAuthenticator to login on Octoperf.
run() - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.OctoPerfTestExecution
 
run(String, String) - Method in interface org.jenkinsci.plugins.octoperf.scenario.ScenarioApi
 
RUNNING - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
The load generators have joined the test and are up and running.

S

saveJUnitReport(FilePath, RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.junit.JUnitReportService
Saves the junit test report on disk.
SCALING - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
Machines are being started for this scenario schedule
Scenario - Class in org.jenkinsci.plugins.octoperf.scenario
 
ScenarioApi - Interface in org.jenkinsci.plugins.octoperf.scenario
 
SCENARIOS - Static variable in interface org.jenkinsci.plugins.octoperf.scenario.ScenarioService
 
ScenarioService - Interface in org.jenkinsci.plugins.octoperf.scenario
Provides common operations on scenarios.
SCHEDULED - Enum constant in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
The batch has been scheduled for execution on the cluster.
SecurityToken - Class in org.jenkinsci.plugins.octoperf.account
The database Id is used as the refreshToken
SecurityToken(String) - Constructor for class org.jenkinsci.plugins.octoperf.account.SecurityToken
 
setCredentialsId(String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
setCredentialsId(String) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep
 
setProjectId(String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
setScenarioId(String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
setScenarioId(String) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep
 
setServerUrl(String) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep
 
setStopConditions(List<? extends TestStopCondition>) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
setStopConditions(List<? extends TestStopCondition>) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep
 
setTestName(String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
setWorkspaceId(String) - Method in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
start(StepContext) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep
 
startTest(RestApiFactory, String, Optional<String>) - Method in interface org.jenkinsci.plugins.octoperf.scenario.ScenarioService
 
stop(Throwable) - Method in class org.jenkinsci.plugins.octoperf.OctoPerfTestStep.OctoPerfTestExecution
 
StopConditionDescriptor - Class in org.jenkinsci.plugins.octoperf.conditions
 
StopConditionDescriptor() - Constructor for class org.jenkinsci.plugins.octoperf.conditions.StopConditionDescriptor
 
StopOnAlert - Class in org.jenkinsci.plugins.octoperf.conditions
 
StopOnAlert() - Constructor for class org.jenkinsci.plugins.octoperf.conditions.StopOnAlert
 
StopOnAlert(ThresholdSeverity, Result) - Constructor for class org.jenkinsci.plugins.octoperf.conditions.StopOnAlert
 
StopOnAlert.DescriptorImpl - Class in org.jenkinsci.plugins.octoperf.conditions
 
stopTest(String) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultApi
 
stopTest(RestApiFactory, String) - Method in interface org.jenkinsci.plugins.octoperf.result.BenchResultService
Stops the test.

T

TEN_SECS - Static variable in class org.jenkinsci.plugins.octoperf.OctoperfBuilder
 
TestStopCondition - Class in org.jenkinsci.plugins.octoperf.conditions
 
TestStopCondition() - Constructor for class org.jenkinsci.plugins.octoperf.conditions.TestStopCondition
 
THRESHOLD_ALARMS - Static variable in interface org.jenkinsci.plugins.octoperf.threshold.ThresholdAlarmService
ThresholdAlarmService singleton instance.
ThresholdAlarm - Class in org.jenkinsci.plugins.octoperf.threshold
 
ThresholdAlarmService - Interface in org.jenkinsci.plugins.octoperf.threshold
 
ThresholdSeverity - Enum in org.jenkinsci.plugins.octoperf.threshold
 
toPrintable(DateTime, MetricValues) - Method in interface org.jenkinsci.plugins.octoperf.metrics.MetricsService
Converts the metrics into a human readable line of values

V

valueOf(String) - Static method in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jenkinsci.plugins.octoperf.threshold.ThresholdSeverity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jenkinsci.plugins.octoperf.result.BenchResultState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jenkinsci.plugins.octoperf.threshold.ThresholdSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
ValueWrapper<T> - Class in org.jenkinsci.plugins.octoperf.result
 
ValueWrapper(T) - Constructor for class org.jenkinsci.plugins.octoperf.result.ValueWrapper
 
verify(String, SSLSession) - Method in class org.jenkinsci.plugins.octoperf.client.NoopHostnameVerifier
 

W

WARNING - Enum constant in enum org.jenkinsci.plugins.octoperf.threshold.ThresholdSeverity
 
Workspace - Class in org.jenkinsci.plugins.octoperf.workspace
 
Workspace(String, String) - Constructor for class org.jenkinsci.plugins.octoperf.workspace.Workspace
 
WORKSPACES - Static variable in interface org.jenkinsci.plugins.octoperf.workspace.WorkspaceService
 
WorkspacesApi - Interface in org.jenkinsci.plugins.octoperf.workspace
 
WorkspaceService - Interface in org.jenkinsci.plugins.octoperf.workspace
 

_

_OctoperfCredential_DisplayName() - Static method in class org.jenkinsci.plugins.octoperf.Messages
Key OctoperfCredential.DisplayName: OctoPerf Account.
A B C D E F G H I J L M N O P R S T V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form