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

C

close() - Method in class io.jenkins.plugins.ml.IPythonInterpreterManager
 
ContentFormat - Enum in io.jenkins.plugins.ml.model
 
Contents - Class in io.jenkins.plugins.ml.model
 
Contents(String, String, ContentType, JSONObject, ContentFormat) - Constructor for class io.jenkins.plugins.ml.model.Contents
 
ContentType - Enum in io.jenkins.plugins.ml.model
 
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.
getClient() - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
getCode() - Method in class io.jenkins.plugins.ml.IPythonBuilder
 
getConnections() - Method in class io.jenkins.plugins.ml.model.Kernel
 
getContent() - Method in class io.jenkins.plugins.ml.model.Contents
 
getContents(String) - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
getConvertType() - Method in class io.jenkins.plugins.ml.model.ParsableFile
 
getCreated() - Method in class io.jenkins.plugins.ml.model.Contents
 
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
 
getExecution_state() - Method in class io.jenkins.plugins.ml.model.Kernel
 
getFileName() - Method in class io.jenkins.plugins.ml.model.ParsableFile
 
getFormat() - Method in class io.jenkins.plugins.ml.model.Contents
 
getHost() - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
getId() - Method in class io.jenkins.plugins.ml.model.Kernel
 
getId() - Method in class io.jenkins.plugins.ml.model.Session
 
getIPythonLaunchTimeout() - Method in class io.jenkins.plugins.ml.IPythonUserConfig
 
getKernel() - Method in class io.jenkins.plugins.ml.model.Session
 
getKernels() - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
getLast_activity() - Method in class io.jenkins.plugins.ml.model.Kernel
 
getLast_modified() - Method in class io.jenkins.plugins.ml.model.Contents
 
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
 
getMimetype() - Method in class io.jenkins.plugins.ml.model.Contents
 
getName() - Method in class io.jenkins.plugins.ml.model.Contents
 
getName() - Method in class io.jenkins.plugins.ml.model.Kernel
 
getName() - Method in class io.jenkins.plugins.ml.model.Session
 
getPath() - Method in class io.jenkins.plugins.ml.model.Contents
 
getPath() - Method in class io.jenkins.plugins.ml.model.Session
 
getPort() - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
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
 
getSize() - Method in class io.jenkins.plugins.ml.model.Contents
 
getType() - Method in class io.jenkins.plugins.ml.model.Contents
 
getType() - Method in class io.jenkins.plugins.ml.model.Session
 

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
 
isWritable() - Method in class io.jenkins.plugins.ml.model.Contents
 

J

JupyterRESTClient - Class in io.jenkins.plugins.ml
 
JupyterRESTClient(String, int) - Constructor for class io.jenkins.plugins.ml.JupyterRESTClient
 
JupyterRESTClient(String, int, boolean) - Constructor for class io.jenkins.plugins.ml.JupyterRESTClient
 
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

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

L

login(String) - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 

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
 
Session - Class in io.jenkins.plugins.ml.model
 
Session(String) - Constructor for class io.jenkins.plugins.ml.model.Session
 
setClient(Client) - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
setConnections(int) - Method in class io.jenkins.plugins.ml.model.Kernel
 
setContent(JSONObject) - Method in class io.jenkins.plugins.ml.model.Contents
 
setCreated(String) - Method in class io.jenkins.plugins.ml.model.Contents
 
setExecution_state(String) - Method in class io.jenkins.plugins.ml.model.Kernel
 
setFormat(ContentFormat) - Method in class io.jenkins.plugins.ml.model.Contents
 
setHost(String) - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
setId(String) - Method in class io.jenkins.plugins.ml.model.Kernel
 
setId(String) - Method in class io.jenkins.plugins.ml.model.Session
 
setInterpreter(LazyOpenInterpreter) - Method in class io.jenkins.plugins.ml.IPythonKernelInterpreter
 
setKernel(Kernel) - Method in class io.jenkins.plugins.ml.model.Session
 
setLast_activity(String) - Method in class io.jenkins.plugins.ml.model.Kernel
 
setLast_modified(String) - Method in class io.jenkins.plugins.ml.model.Contents
 
setMimetype(String) - Method in class io.jenkins.plugins.ml.model.Contents
 
setName(String) - Method in class io.jenkins.plugins.ml.model.Contents
 
setName(String) - Method in class io.jenkins.plugins.ml.model.Kernel
 
setName(String) - Method in class io.jenkins.plugins.ml.model.Session
 
setParsableFiles(List<ParsableFile>) - Method in class io.jenkins.plugins.ml.FileParser
 
setPath(String) - Method in class io.jenkins.plugins.ml.model.Contents
 
setPath(String) - Method in class io.jenkins.plugins.ml.model.Session
 
setPort(int) - Method in class io.jenkins.plugins.ml.JupyterRESTClient
 
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
 
setSize(int) - Method in class io.jenkins.plugins.ml.model.Contents
 
setType(ContentType) - Method in class io.jenkins.plugins.ml.model.Contents
 
setType(String) - Method in class io.jenkins.plugins.ml.model.Session
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class io.jenkins.plugins.ml.FileParser
 
setWritable(boolean) - Method in class io.jenkins.plugins.ml.model.Contents
 
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
 

V

valueOf(String) - Static method in enum io.jenkins.plugins.ml.model.ContentFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.jenkins.plugins.ml.model.ContentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jenkins.plugins.ml.model.ContentFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.jenkins.plugins.ml.model.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.

_

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

Copyright © 2016–2020. All rights reserved.