A C D E F G H I L M N P R S V _ 
All Classes All Packages

A

ApiClientFactory - Class in com.stackrox.jenkins.plugins.services
 
ApiClientFactory() - Constructor for class com.stackrox.jenkins.plugins.services.ApiClientFactory
 
ApiClientFactory.StackRoxTlsValidationMode - Enum in com.stackrox.jenkins.plugins.services
 
ApiKeyAuth - Class in com.stackrox.invoker.auth
 
ApiKeyAuth(String, String) - Constructor for class com.stackrox.invoker.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.stackrox.invoker.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in interface com.stackrox.invoker.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.stackrox.invoker.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class com.stackrox.invoker.auth.HttpBearerAuth
 
Authentication - Interface in com.stackrox.invoker.auth
 

C

com.stackrox.invoker.auth - package com.stackrox.invoker.auth
 
com.stackrox.jenkins.plugins - package com.stackrox.jenkins.plugins
 
com.stackrox.jenkins.plugins.data - package com.stackrox.jenkins.plugins.data
 
com.stackrox.jenkins.plugins.jenkins - package com.stackrox.jenkins.plugins.jenkins
 
com.stackrox.jenkins.plugins.report - package com.stackrox.jenkins.plugins.report
 
com.stackrox.jenkins.plugins.services - package com.stackrox.jenkins.plugins.services
 
configure(StaplerRequest, JSONObject) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder.DescriptorImpl
 
create(PrintStream, String, FilePath, List<String>) - Static method in class com.stackrox.jenkins.plugins.jenkins.RunConfig
 
CVE - Class in com.stackrox.jenkins.plugins.data
 
CVE(String, String, StorageEmbeddedVulnerability) - Constructor for class com.stackrox.jenkins.plugins.data.CVE
 

D

DescriptorImpl() - Constructor for class com.stackrox.jenkins.plugins.StackroxBuilder.DescriptorImpl
 
DetectionService - Class in com.stackrox.jenkins.plugins.services
 
DetectionService(ApiClient) - Constructor for class com.stackrox.jenkins.plugins.services.DetectionService
 
doCheckApiToken(String) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder.DescriptorImpl
 
doCheckPortalAddress(String) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder.DescriptorImpl
 
doTestConnection(String, String, boolean, String) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder.DescriptorImpl
 

E

emptyIfNull(List<T>) - Static method in class com.stackrox.jenkins.plugins.data.ListUtil
 

F

fromApiException(String, ApiException) - Static method in exception com.stackrox.jenkins.plugins.services.ServiceException
 

G

generateBuildReport(List<ImageCheckResults>, FilePath) - Static method in class com.stackrox.jenkins.plugins.report.ReportGenerator
 
getApiKey() - Method in class com.stackrox.invoker.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class com.stackrox.invoker.auth.ApiKeyAuth
 
getBearerToken() - Method in class com.stackrox.invoker.auth.HttpBearerAuth
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
getCvesJson() - Method in class com.stackrox.jenkins.plugins.data.ImageCheckResults
 
getDescriptor() - Method in class com.stackrox.jenkins.plugins.StackroxBuilder
 
getDisplayName() - Method in class com.stackrox.jenkins.plugins.StackroxBuilder.DescriptorImpl
 
getDisplayName() - Method in class com.stackrox.jenkins.plugins.ViewStackroxResultsAction
 
getIconFileName() - Method in class com.stackrox.jenkins.plugins.ViewStackroxResultsAction
 
getImageScanResults(String, String) - Method in class com.stackrox.jenkins.plugins.services.ImageService
 
getLocation() - Method in class com.stackrox.invoker.auth.ApiKeyAuth
 
getParamName() - Method in class com.stackrox.invoker.auth.ApiKeyAuth
 
getPassword() - Method in class com.stackrox.invoker.auth.HttpBasicAuth
 
getPolicyViolations(String, String) - Method in class com.stackrox.jenkins.plugins.services.DetectionService
 
getUrlName() - Method in class com.stackrox.jenkins.plugins.ViewStackroxResultsAction
 
getUsername() - Method in class com.stackrox.invoker.auth.HttpBasicAuth
 
getViolatedPoliciesJson() - Method in class com.stackrox.jenkins.plugins.data.ImageCheckResults
 

H

HttpBasicAuth - Class in com.stackrox.invoker.auth
 
HttpBasicAuth() - Constructor for class com.stackrox.invoker.auth.HttpBasicAuth
 
HttpBearerAuth - Class in com.stackrox.invoker.auth
 
HttpBearerAuth(String) - Constructor for class com.stackrox.invoker.auth.HttpBearerAuth
 

I

ImageCheckResults - Class in com.stackrox.jenkins.plugins.data
 
ImageCheckResults() - Constructor for class com.stackrox.jenkins.plugins.data.ImageCheckResults
 
ImageService - Class in com.stackrox.jenkins.plugins.services
 
ImageService(ApiClient) - Constructor for class com.stackrox.jenkins.plugins.services.ImageService
 
INSECURE_ACCEPT_ANY - com.stackrox.jenkins.plugins.services.ApiClientFactory.StackRoxTlsValidationMode
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder.DescriptorImpl
 
isStatusPass() - Method in class com.stackrox.jenkins.plugins.data.ImageCheckResults
 

L

ListUtil - Class in com.stackrox.jenkins.plugins.data
 
ListUtil() - Constructor for class com.stackrox.jenkins.plugins.data.ListUtil
 

M

Messages - Class in com.stackrox.jenkins.plugins
Generated localization support class.
Messages() - Constructor for class com.stackrox.jenkins.plugins.Messages
 

N

newApiClient(String, String, String, ApiClientFactory.StackRoxTlsValidationMode) - Static method in class com.stackrox.jenkins.plugins.services.ApiClientFactory
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder
 
PolicyEvalException - Exception in com.stackrox.jenkins.plugins
 
PolicyEvalException(String) - Constructor for exception com.stackrox.jenkins.plugins.PolicyEvalException
 
PolicyViolation - Class in com.stackrox.jenkins.plugins.data
 
PolicyViolation(StoragePolicy, String) - Constructor for class com.stackrox.jenkins.plugins.data.PolicyViolation
 
prettySeverity(Enum<?>) - Static method in class com.stackrox.jenkins.plugins.data.SeverityUtil
 

R

ReportGenerator - Class in com.stackrox.jenkins.plugins.report
 
ReportGenerator() - Constructor for class com.stackrox.jenkins.plugins.report.ReportGenerator
 
RunConfig - Class in com.stackrox.jenkins.plugins.jenkins
 
RunConfig() - Constructor for class com.stackrox.jenkins.plugins.jenkins.RunConfig
 

S

ServiceException - Exception in com.stackrox.jenkins.plugins.services
 
setApiKey(String) - Method in class com.stackrox.invoker.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class com.stackrox.invoker.auth.ApiKeyAuth
 
setApiToken(String) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder
 
setBearerToken(String) - Method in class com.stackrox.invoker.auth.HttpBearerAuth
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
setBearerToken(Supplier<String>) - Method in class com.stackrox.invoker.auth.HttpBearerAuth
Sets the supplier of tokens, which together with the scheme, will be sent as the value of the Authorization header.
setPassword(String) - Method in class com.stackrox.invoker.auth.HttpBasicAuth
 
setPortalAddress(String) - Method in class com.stackrox.jenkins.plugins.StackroxBuilder
 
setUsername(String) - Method in class com.stackrox.invoker.auth.HttpBasicAuth
 
SeverityUtil - Class in com.stackrox.jenkins.plugins.data
 
SeverityUtil() - Constructor for class com.stackrox.jenkins.plugins.data.SeverityUtil
 
StackroxBuilder - Class in com.stackrox.jenkins.plugins
 
StackroxBuilder() - Constructor for class com.stackrox.jenkins.plugins.StackroxBuilder
 
StackroxBuilder_DescriptorImpl_DisplayName() - Static method in class com.stackrox.jenkins.plugins.Messages
Key StackroxBuilder.DescriptorImpl.DisplayName: StackRox Container Image Scanner.
StackroxBuilder_EmptyAPITokenError() - Static method in class com.stackrox.jenkins.plugins.Messages
Key StackroxBuilder.EmptyAPITokenError: Please enter a valid StackRox API token.
StackroxBuilder_InvalidPortalAddressError() - Static method in class com.stackrox.jenkins.plugins.Messages
Key StackroxBuilder.InvalidPortalAddressError: Please enter a valid StackRox portal address.
StackroxBuilder.DescriptorImpl - Class in com.stackrox.jenkins.plugins
 

V

VALIDATE - com.stackrox.jenkins.plugins.services.ApiClientFactory.StackRoxTlsValidationMode
 
valueOf(String) - Static method in enum com.stackrox.jenkins.plugins.services.ApiClientFactory.StackRoxTlsValidationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.stackrox.jenkins.plugins.services.ApiClientFactory.StackRoxTlsValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
ViewStackroxResultsAction - Class in com.stackrox.jenkins.plugins
 
ViewStackroxResultsAction() - Constructor for class com.stackrox.jenkins.plugins.ViewStackroxResultsAction
 

_

_StackroxBuilder_DescriptorImpl_DisplayName() - Static method in class com.stackrox.jenkins.plugins.Messages
Key StackroxBuilder.DescriptorImpl.DisplayName: StackRox Container Image Scanner.
_StackroxBuilder_EmptyAPITokenError() - Static method in class com.stackrox.jenkins.plugins.Messages
Key StackroxBuilder.EmptyAPITokenError: Please enter a valid StackRox API token.
_StackroxBuilder_InvalidPortalAddressError() - Static method in class com.stackrox.jenkins.plugins.Messages
Key StackroxBuilder.InvalidPortalAddressError: Please enter a valid StackRox portal address.
A C D E F G H I L M N P R S V _ 
All Classes All Packages