Skip navigation links
A C D E G H I L P R S T V 

A

ApiErrorResponse - Class in io.testproject.model
API error response data
ApiErrorResponse() - Constructor for class io.testproject.model.ApiErrorResponse
 
ApiErrorResponse(String) - Constructor for class io.testproject.model.ApiErrorResponse
 
ApiHelper - Class in io.testproject.helpers
 
ApiHelper(String) - Constructor for class io.testproject.helpers.ApiHelper
 
ApiResponse<TData> - Class in io.testproject.helpers
API Response wrapper
AUTH_HEADER - Static variable in class io.testproject.constants.Constants
 

C

CI_BUILD_HEADER - Static variable in class io.testproject.constants.Constants
 
CI_NAME - Static variable in class io.testproject.constants.Constants
 
CI_NAME_HEADER - Static variable in class io.testproject.constants.Constants
 
configure(StaplerRequest, JSONObject) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
Constants - Class in io.testproject.constants
Project constants
Constants() - Constructor for class io.testproject.constants.Constants
 

D

Debug(String) - Static method in class io.testproject.helpers.LogHelper
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.testproject.constants.Constants
 
DEFAULT_READ_TIMEOUT - Static variable in class io.testproject.constants.Constants
 
DEFAULT_WAIT_TIME - Static variable in class io.testproject.constants.Constants
 
defaultWaitJobFinishSeconds - Static variable in class io.testproject.plugins.RunJob.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.testproject.plugins.RunJob.DescriptorImpl
 
doCheckApiKey(String) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
doCheckJobId(String) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
doCheckProjectId(String) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
doCheckWaitJobFinishSeconds(int) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 

E

Error(Exception) - Static method in class io.testproject.helpers.LogHelper
 
ExecutionResponseData - Class in io.testproject.model
Execution response data
ExecutionResponseData() - Constructor for class io.testproject.model.ExecutionResponseData
 
ExecutionState - Enum in io.testproject.constants
Possible execution states
ExecutionStateResponseData - Class in io.testproject.model
Execution state response
ExecutionStateResponseData() - Constructor for class io.testproject.model.ExecutionStateResponseData
 

G

Get(String, Class<TData>) - Method in class io.testproject.helpers.ApiHelper
 
Get(String, HashMap<String, Object>, Class<TData>) - Method in class io.testproject.helpers.ApiHelper
 
Get(String, HashMap<String, Object>, Map<String, Object>, Class<TData>) - Method in class io.testproject.helpers.ApiHelper
 
getAgent() - Method in class io.testproject.model.ExecutionStateResponseData
 
getApiKey() - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
getApp() - Method in class io.testproject.model.ExecutionStateResponseData
 
getData() - Method in class io.testproject.helpers.ApiResponse
 
getData() - Method in class io.testproject.model.ApiErrorResponse
 
getDescriptor() - Method in class io.testproject.plugins.RunJob
 
getDisplayName() - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
getError() - Method in class io.testproject.helpers.ApiResponse
 
getError() - Method in class io.testproject.model.ApiErrorResponse
 
getId() - Method in class io.testproject.model.ExecutionResponseData
 
getJobId() - Method in class io.testproject.plugins.RunJob
 
getMessage() - Method in class io.testproject.helpers.ApiResponse
 
getMessage() - Method in class io.testproject.model.ExecutionStateResponseData
 
getProjectId() - Method in class io.testproject.plugins.RunJob
 
getReport() - Method in class io.testproject.model.ExecutionStateResponseData
 
getRequiredMonitorService() - Method in class io.testproject.plugins.RunJob
 
getState() - Method in class io.testproject.model.ExecutionStateResponseData
 
getStatusCode() - Method in class io.testproject.helpers.ApiResponse
 
getTarget() - Method in class io.testproject.model.ExecutionStateResponseData
 
getWaitJobFinishSeconds() - Method in class io.testproject.plugins.RunJob
 

H

hasData() - Method in class io.testproject.helpers.ApiResponse
 
hasFinished() - Method in class io.testproject.model.ExecutionStateResponseData
 
hasFinishedSuccessfully() - Method in class io.testproject.model.ExecutionStateResponseData
 
hasFinishedWithErrors() - Method in class io.testproject.model.ExecutionStateResponseData
 

I

Info(String) - Static method in class io.testproject.helpers.LogHelper
 
io.testproject.constants - package io.testproject.constants
 
io.testproject.helpers - package io.testproject.helpers
 
io.testproject.model - package io.testproject.model
 
io.testproject.plugins - package io.testproject.plugins
 
isApplicable(Class<? extends AbstractProject>) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
isSuccessful() - Method in class io.testproject.helpers.ApiResponse
 
isVerbose() - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 

L

LogHelper - Class in io.testproject.helpers
 
LogHelper() - Constructor for class io.testproject.helpers.LogHelper
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class io.testproject.plugins.RunJob
 
Post(String, Class<TData>) - Method in class io.testproject.helpers.ApiHelper
 
Post(String, HashMap<String, Object>, Class<TData>) - Method in class io.testproject.helpers.ApiHelper
 
Post(String, HashMap<String, Object>, Map<String, Object>, Class<TData>) - Method in class io.testproject.helpers.ApiHelper
 
Post(String, HashMap<String, Object>, Map<String, Object>, Object, Class<TData>) - Method in class io.testproject.helpers.ApiHelper
 

R

RunJob - Class in io.testproject.plugins
 
RunJob() - Constructor for class io.testproject.plugins.RunJob
 
RunJob(String, String, int) - Constructor for class io.testproject.plugins.RunJob
 
RunJob.DescriptorImpl - Class in io.testproject.plugins
 

S

setAgent(String) - Method in class io.testproject.model.ExecutionStateResponseData
 
setApiKey(String) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
setApp(String) - Method in class io.testproject.model.ExecutionStateResponseData
 
setData(Object) - Method in class io.testproject.model.ApiErrorResponse
 
setError(String) - Method in class io.testproject.model.ApiErrorResponse
 
setId(String) - Method in class io.testproject.model.ExecutionResponseData
 
setJobId(String) - Method in class io.testproject.plugins.RunJob
 
SetLogger(PrintStream, boolean) - Static method in class io.testproject.helpers.LogHelper
 
setMessage(String) - Method in class io.testproject.model.ExecutionStateResponseData
 
setProjectId(String) - Method in class io.testproject.plugins.RunJob
 
setReport(String) - Method in class io.testproject.model.ExecutionStateResponseData
 
setState(ExecutionState) - Method in class io.testproject.model.ExecutionStateResponseData
 
setTarget(String) - Method in class io.testproject.model.ExecutionStateResponseData
 
setVerbose(boolean) - Method in class io.testproject.plugins.RunJob.DescriptorImpl
 
setWaitJobFinishSeconds(int) - Method in class io.testproject.plugins.RunJob
 

T

TP_ABORT_EXECUTION_URL - Static variable in class io.testproject.constants.Constants
 
TP_CHECK_EXECUTION_STATE_URL - Static variable in class io.testproject.constants.Constants
 
TP_JOB_DISPLAY_NAME - Static variable in class io.testproject.constants.Constants
 
TP_JOB_SYMBOL - Static variable in class io.testproject.constants.Constants
 
TP_RUN_JOB_URL - Static variable in class io.testproject.constants.Constants
 

V

valueOf(String) - Static method in enum io.testproject.constants.ExecutionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.testproject.constants.ExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L P R S T V 
Skip navigation links

Copyright © 2016–2019. All rights reserved.