Skip navigation links
C D E F G H I J K M P S T _ 

C

close() - Method in class io.jenkins.plugins.ml.IPythonInterpreterManager
 
ConvertHelper - Class in io.jenkins.plugins.ml.utils
 
ConvertHelper() - Constructor for class io.jenkins.plugins.ml.utils.ConvertHelper
 
createOption(String, Enum<?>, String) - Static method in class io.jenkins.plugins.ml.model.ParsableFile
 

D

DescriptorImpl() - Constructor for class io.jenkins.plugins.ml.FileParser.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.ml.IPythonBuilder.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.ml.model.ParsableFile.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.ml.Server.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.ml.ServerJobProperty.DescriptorImpl
 
doCheckCode(String) - Method in class io.jenkins.plugins.ml.IPythonBuilder.DescriptorImpl
 
doCheckFileName(String) - Method in class io.jenkins.plugins.ml.model.ParsableFile.DescriptorImpl
 
doCheckFilePath(String) - Method in class io.jenkins.plugins.ml.IPythonBuilder.DescriptorImpl
 
doCheckLaunchTimeout(String) - Method in class io.jenkins.plugins.ml.Server.DescriptorImpl
 
doCheckMaxResults(String) - Method in class io.jenkins.plugins.ml.Server.DescriptorImpl
 
doCheckServerAddress(String) - Method in class io.jenkins.plugins.ml.Server.DescriptorImpl
 
doCheckServerName(String) - Method in class io.jenkins.plugins.ml.Server.DescriptorImpl
 
doFillConvertTypeItems(String) - Method in class io.jenkins.plugins.ml.model.ParsableFile.DescriptorImpl
 
doFillServerNameItems(AbstractFolder<?>) - Method in class io.jenkins.plugins.ml.ServerJobProperty.DescriptorImpl
 
doValidate(String, String, String) - Method in class io.jenkins.plugins.ml.Server.DescriptorImpl
Validate the server by testing it

E

equals(Object) - Method in class io.jenkins.plugins.ml.IPythonUserConfig
 

F

FileParser - Class in io.jenkins.plugins.ml
 
FileParser(ArrayList<ParsableFile>) - Constructor for class io.jenkins.plugins.ml.FileParser
 
FileParser.DescriptorImpl - Class in io.jenkins.plugins.ml
 

G

get() - Static method in class io.jenkins.plugins.ml.IPythonGlobalConfiguration
 
get(Job<?, ?>) - Static method in class io.jenkins.plugins.ml.Server
Gets the Server associated with the given job.
getCode() - Method in class io.jenkins.plugins.ml.IPythonBuilder
 
getConvertType() - Method in class io.jenkins.plugins.ml.model.ParsableFile
 
getDescriptor() - Method in class io.jenkins.plugins.ml.Server
 
getDisplayName() - Method in class io.jenkins.plugins.ml.FileParser.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.ml.IPythonBuilder.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.ml.model.ParsableFile.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.ml.Server.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.ml.ServerJobProperty.DescriptorImpl
 
getFileName() - Method in class io.jenkins.plugins.ml.model.ParsableFile
 
getIPythonLaunchTimeout() - Method in class io.jenkins.plugins.ml.IPythonUserConfig
 
getLaunchTimeout() - Method in class io.jenkins.plugins.ml.Server
 
getLaunchTimeoutInMilliSeconds() - Method in class io.jenkins.plugins.ml.Server
 
getMaxResult() - Method in class io.jenkins.plugins.ml.IPythonUserConfig
 
getMaxResults() - Method in class io.jenkins.plugins.ml.Server
 
getSaveConverted() - Method in class io.jenkins.plugins.ml.model.ParsableFile
 
getServer() - Method in class io.jenkins.plugins.ml.ServerFolderProperty
Return the IPython servers.
getServer() - Method in class io.jenkins.plugins.ml.ServerJobProperty
 
getServerAddress() - Method in class io.jenkins.plugins.ml.Server
 
getServerGatewayAddress() - Method in class io.jenkins.plugins.ml.IPythonUserConfig
 
getServerName() - Method in class io.jenkins.plugins.ml.Server
 
getServers() - Method in class io.jenkins.plugins.ml.IPythonGlobalConfiguration
 
getSessionId() - Method in class io.jenkins.plugins.ml.IPythonInterpreterManager
 

H

hashCode() - Method in class io.jenkins.plugins.ml.IPythonUserConfig
 

I

interpretCode(String) - Method in class io.jenkins.plugins.ml.IPythonKernelInterpreter
IPython will be connected and interpreted through the object of this class.
interpretCode(String) - Method in interface io.jenkins.plugins.ml.KernelInterpreter
 
InterpreterManager - Class in io.jenkins.plugins.ml
Abstract class that can be subclassed for individual interpreter management
InterpreterManager() - Constructor for class io.jenkins.plugins.ml.InterpreterManager
 
invokeInterpreter(String) - Method in class io.jenkins.plugins.ml.InterpreterManager
 
invokeInterpreter(String) - Method in class io.jenkins.plugins.ml.IPythonInterpreterManager
 
io.jenkins.plugins.ml - package io.jenkins.plugins.ml
 
io.jenkins.plugins.ml.model - package io.jenkins.plugins.ml.model
 
io.jenkins.plugins.ml.utils - package io.jenkins.plugins.ml.utils
 
IPythonBuilder - Class in io.jenkins.plugins.ml
 
IPythonBuilder(String, String, String) - Constructor for class io.jenkins.plugins.ml.IPythonBuilder
 
IPythonBuilder.DescriptorImpl - Class in io.jenkins.plugins.ml
 
IPythonGlobalConfiguration - Class in io.jenkins.plugins.ml
 
IPythonGlobalConfiguration() - Constructor for class io.jenkins.plugins.ml.IPythonGlobalConfiguration
 
IPythonInterpreterManager - Class in io.jenkins.plugins.ml
Concrete Factory for IPython interpreter
IPythonKernelInterpreter - Class in io.jenkins.plugins.ml
 
IPythonKernelInterpreter(IPythonUserConfig) - Constructor for class io.jenkins.plugins.ml.IPythonKernelInterpreter
 
IPythonUserConfig - Class in io.jenkins.plugins.ml
 
IPythonUserConfig(String, long, long) - Constructor for class io.jenkins.plugins.ml.IPythonUserConfig
Constructor for configuration
isApplicable(AbstractProject<?, ?>) - Method in class io.jenkins.plugins.ml.FileParser.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class io.jenkins.plugins.ml.IPythonBuilder.DescriptorImpl
 
isApplicable(Class<? extends Job>) - Method in class io.jenkins.plugins.ml.ServerJobProperty.DescriptorImpl
 
isDeleteFilesAfterBuild() - Method in class io.jenkins.plugins.ml.model.ParsableFile
 

J

jupyterToJSON(FilePath) - Static method in class io.jenkins.plugins.ml.utils.ConvertHelper
 
jupyterToText(FilePath) - Static method in class io.jenkins.plugins.ml.utils.ConvertHelper
 
jupyterToTextArray(FilePath) - Static method in class io.jenkins.plugins.ml.utils.ConvertHelper
 

K

KernelInterpreter - Interface in io.jenkins.plugins.ml
Interface for Kernel Interpreter (Eg: IPython ,R and Julia).

M

Messages - Class in io.jenkins.plugins.ml
Generated localization support class.
Messages() - Constructor for class io.jenkins.plugins.ml.Messages
 
migrate() - Method in class io.jenkins.plugins.ml.ServerJobProperty.DescriptorImpl
 

P

ParsableFile - Class in io.jenkins.plugins.ml.model
 
ParsableFile(String, boolean, String, String) - Constructor for class io.jenkins.plugins.ml.model.ParsableFile
 
ParsableFile.DescriptorImpl - Class in io.jenkins.plugins.ml.model
 
parsableFiles - Variable in class io.jenkins.plugins.ml.FileParser
 
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class io.jenkins.plugins.ml.IPythonBuilder
 

S

server() - Static method in class io.jenkins.plugins.ml.Messages
Key server: IPython server.
Server - Class in io.jenkins.plugins.ml
 
Server(String, String, long, long) - Constructor for class io.jenkins.plugins.ml.Server
 
Server.DescriptorImpl - Class in io.jenkins.plugins.ml
 
ServerFolderProperty - Class in io.jenkins.plugins.ml
Provides folder level configuration.
ServerFolderProperty() - Constructor for class io.jenkins.plugins.ml.ServerFolderProperty
Constructor.
ServerJobProperty - Class in io.jenkins.plugins.ml
 
ServerJobProperty(String) - Constructor for class io.jenkins.plugins.ml.ServerJobProperty
 
ServerJobProperty.DescriptorImpl - Class in io.jenkins.plugins.ml
 
servers - Variable in class io.jenkins.plugins.ml.IPythonGlobalConfiguration
 
setInterpreter(LazyOpenInterpreter) - Method in class io.jenkins.plugins.ml.IPythonKernelInterpreter
 
setParsableFiles(List<ParsableFile>) - Method in class io.jenkins.plugins.ml.FileParser
 
setServers(List<Server>) - Method in class io.jenkins.plugins.ml.IPythonGlobalConfiguration
 
setServers(List<Server>) - Method in class io.jenkins.plugins.ml.ServerFolderProperty
 
setServers(Server) - Method in class io.jenkins.plugins.ml.ServerJobProperty.DescriptorImpl
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class io.jenkins.plugins.ml.FileParser
 
shutdown() - Method in class io.jenkins.plugins.ml.IPythonKernelInterpreter
 
shutdown() - Method in interface io.jenkins.plugins.ml.KernelInterpreter
 
start() - Method in class io.jenkins.plugins.ml.IPythonKernelInterpreter
 
start() - Method in interface io.jenkins.plugins.ml.KernelInterpreter
 

T

toString() - Method in class io.jenkins.plugins.ml.IPythonKernelInterpreter
 

_

_server() - Static method in class io.jenkins.plugins.ml.Messages
Key server: IPython server.
C D E F G H I J K M P S T _ 
Skip navigation links

Copyright © 2016–2020. All rights reserved.