A B C D E F G H I L M N O P R S T U V W X 

A

apikey - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Key, which identifies Nerrvana user
assembleDescription(FilePath, NerrvanaPluginSettings) - Static method in class com.deepshiftlabs.nerrvana.Testrun
Assembles test run description from static part contained in NerrvanaPluginSettings.test_run_descr and dynamic part contained in the file defined as NerrvanaPluginSettings.test_run_descr_file
assembleName(String, AbstractBuild<?, ?>) - Static method in class com.deepshiftlabs.nerrvana.Testrun
 

B

Base64 - Class in net.iharder
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in net.iharder
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class net.iharder.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class net.iharder.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in net.iharder
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class net.iharder.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class net.iharder.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
browse_url - Variable in class com.deepshiftlabs.nerrvana.Platform
 
bytes2xml(byte[]) - Static method in class com.deepshiftlabs.nerrvana.Utils
 

C

cacheDocument(Document) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
calculateSignature(List<NameValuePair>) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
Calculates 'signature' for the parameters to be sent to Nerrvana.
calculateSignature(List<NameValuePair>, String) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
 
checkSettings() - Method in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Validates plugin settings
close() - Method in class net.iharder.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
code - Variable in class com.deepshiftlabs.nerrvana.Platform
 
code() - Method in exception com.deepshiftlabs.nerrvana.ResponseException
 
com.deepshiftlabs.nerrvana - package com.deepshiftlabs.nerrvana
 
configure(StaplerRequest, JSONObject) - Method in class com.deepshiftlabs.nerrvana.NerrvanaPlugin.DescriptorImpl
 
createChildElement(Node, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
createChildElement(Node, String, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
createChildElementIfNotExists(Node, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
created_time - Variable in class com.deepshiftlabs.nerrvana.UserMessage
 
createTestrun(String, String, String, List<Platform>, String, boolean, int) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
Calls Nerrvana API to create Nerrvana test run All function parameters are obtained from @see NerrvanaPluginSettings object, which, in turn obtains them from plugin settings.

D

DECODE - Static variable in class net.iharder.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class net.iharder.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class net.iharder.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class net.iharder.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class net.iharder.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class net.iharder.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class net.iharder.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class net.iharder.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
description - Variable in class com.deepshiftlabs.nerrvana.Testrun
 
doCheckLoglevel(String) - Method in class com.deepshiftlabs.nerrvana.NerrvanaPlugin.DescriptorImpl
 
doCheckSettingsXmlString(String) - Method in class com.deepshiftlabs.nerrvana.NerrvanaPlugin.DescriptorImpl
 
DONT_BREAK_LINES - Static variable in class net.iharder.Base64
Don't break lines when encoding (violates strict Base64 specification)

E

ENCODE - Static variable in class net.iharder.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class net.iharder.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class net.iharder.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class net.iharder.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class net.iharder.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class net.iharder.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class net.iharder.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class net.iharder.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class net.iharder.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class net.iharder.Base64
Convenience method for encoding data to a file.
exception(Throwable) - Static method in class com.deepshiftlabs.nerrvana.Logger
Logs exception.
exec_id - Variable in class com.deepshiftlabs.nerrvana.Testrun
 
executable_file - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Name of the file Nerrvana should start to run Selenium tests
executionResultsFilename - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Name of the file in the build folder where to the plugin should store test run execution results.

F

fatalResult(Document, Exception, NerrvanaPluginSettings) - Static method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
Adds message about fatal error to the last <execution> node returned by Nerrvana or creates placeholder containing <execution> node when no NerrvanaExecution object has been returned by Nerrvana, e.g on connection failure.
file2xml(String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
flushBase64() - Method in class net.iharder.Base64.OutputStream
Method added by PHIL.
folder_with_tests - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Local folder in the workspace of the Jenkins job, this plugin belongs to.
ftp_path - Variable in class com.deepshiftlabs.nerrvana.SpaceData
 
ftpspass - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Password of the FTPS user FTPS credentials are the same as the credentials for the website
ftpsurl - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
FTPS URL - address of the Nerrvana FTPS server
ftpsuser - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Name of the FTPS user FTPS credentials are the same as the credentials for the website

G

get(String, List<NameValuePair>) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
HTTP GET shortcut
getAllUserMessages(Document) - Static method in class com.deepshiftlabs.nerrvana.UserMessage
Collects all messages in the document and converts them into map of the following form: [key - UserMessageLevel] => [value - list of the UserMessage objects of the given level]
getBrowsetitle() - Method in class com.deepshiftlabs.nerrvana.Platform
 
getBrowseurl() - Method in class com.deepshiftlabs.nerrvana.Platform
Returns URL to Nerrvana where user (provided credentials) may review this platform execution artifacts
getBrowseurlMarkup() - Method in class com.deepshiftlabs.nerrvana.Platform
Returns content for the onclick javascript handler
getChildNode(Node, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
getCode() - Method in class com.deepshiftlabs.nerrvana.Platform
 
getCreatedTime() - Method in class com.deepshiftlabs.nerrvana.UserMessage
 
getDescription() - Method in class com.deepshiftlabs.nerrvana.Testrun
 
getDescriptor() - Method in class com.deepshiftlabs.nerrvana.NerrvanaPlugin
Some Jenkins-specific mumbo-jumbo Overridden for better type safety.
getDisplayName() - Method in class com.deepshiftlabs.nerrvana.NerrvanaPlugin.DescriptorImpl
This human readable name is used in the configuration screen.
getDisplayName() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
 
getEntityContentAsDocument(HttpEntity) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
getErrorText() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
Returns error text
getExecid() - Method in class com.deepshiftlabs.nerrvana.Testrun
 
getExecutionResultsFilename() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
 
getExecutionStatus(String) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
Calls Nerrvana API to get status of the execution by id
getExecutionStatus() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
Returns status label
getFtppath() - Method in class com.deepshiftlabs.nerrvana.SpaceData
 
getIconFileName() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
 
getId() - Method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
getId() - Method in class com.deepshiftlabs.nerrvana.Platform
 
getId() - Method in class com.deepshiftlabs.nerrvana.SpaceData
 
getId() - Method in class com.deepshiftlabs.nerrvana.Testrun
 
getLevel() - Method in class com.deepshiftlabs.nerrvana.Logger
 
getList() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
Returns list of NerrvanaExecution object.
getMaxtimeMillis() - Method in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Checks NerrvanaPluginSettings.maxtime range, adjusts it if needed and converts to milliseconds
getMessageCount() - Method in class com.deepshiftlabs.nerrvana.Platform
 
getMessages() - Method in class com.deepshiftlabs.nerrvana.Platform
 
getMessagesLabel() - Method in class com.deepshiftlabs.nerrvana.Platform
Returns message type names with message count by type Example: "ERROR(4), WARN(2), TRACE(1)"
getMessageThreshold() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
Returns name of the UserMessageLevel which was set in the plugin settings as message threshold.
getName() - Method in class com.deepshiftlabs.nerrvana.Platform
 
getName() - Method in class com.deepshiftlabs.nerrvana.SpaceData
 
getName() - Method in class com.deepshiftlabs.nerrvana.Testrun
 
getOwner() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
 
getPlatformList(Node) - Static method in class com.deepshiftlabs.nerrvana.Platform
Returns Platform list which reside under the given XML node
getPlatforms() - Method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
getPlatformUserMessages(Node) - Static method in class com.deepshiftlabs.nerrvana.UserMessage
Collects all messages for the given platform and converts them into map of the following form: [key - UserMessageLevel] => [value - list of the UserMessage objects of the given level]
getPollMillis() - Method in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Checks NerrvanaPluginSettings.poll range, adjusts it if needed and converts to milliseconds
getResponseContent(HttpEntity) - Method in class com.deepshiftlabs.nerrvana.Utils
 
getSortedMessages() - Method in class com.deepshiftlabs.nerrvana.Platform
 
getStarttime() - Method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
getStatus() - Method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
getStatus() - Method in class com.deepshiftlabs.nerrvana.Platform
Returns status label for this platform.
getTestrun(Node) - Static method in class com.deepshiftlabs.nerrvana.Testrun
Maps XML document to Testrun object
getTestrunDescription() - Method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
getTestrunName() - Method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
getTraceAsString(Throwable) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
getTxt() - Method in class com.deepshiftlabs.nerrvana.UserMessage
 
getUniqueChildNodeValue(Node, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
getUrlName() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
 
GZIP - Static variable in class net.iharder.Base64
Specify that data should be gzip-compressed.

H

hasError() - Method in class com.deepshiftlabs.nerrvana.ReportActionAggregated
Checks if error text exists
HttpCommunicator - Class in com.deepshiftlabs.nerrvana
Class which communicates with Nerrvana (by performing API calls and interpreting responses) It is wrapped around Apache HttpClient.
HttpCommunicator(NerrvanaPluginSettings) - Constructor for class com.deepshiftlabs.nerrvana.HttpCommunicator
 
httpurl - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Nerrvana address.

I

id - Variable in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
id - Variable in class com.deepshiftlabs.nerrvana.Platform
 
id - Variable in class com.deepshiftlabs.nerrvana.SpaceData
 
id - Variable in class com.deepshiftlabs.nerrvana.Testrun
 
info(String) - Static method in class com.deepshiftlabs.nerrvana.Logger
 
infoln(String) - Static method in class com.deepshiftlabs.nerrvana.Logger
 
init(PrintStream, String) - Static method in class com.deepshiftlabs.nerrvana.Logger
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.deepshiftlabs.nerrvana.NerrvanaPlugin.DescriptorImpl
 

L

lastXMLAsString - Static variable in class com.deepshiftlabs.nerrvana.Utils
 
level - Variable in class com.deepshiftlabs.nerrvana.UserMessage
 
LL_NORMAL - Static variable in class com.deepshiftlabs.nerrvana.Logger
 
LL_TRACE - Static variable in class com.deepshiftlabs.nerrvana.Logger
 
Logger - Class in com.deepshiftlabs.nerrvana
Performs logging into Jenkins console log
loglevel - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPlugin
Plugin configuration parameter 'logLevel'.

M

main(String[]) - Static method in class com.deepshiftlabs.nerrvana.SignatureTest
 
main(String[]) - Static method in class net.iharder.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
maxtime - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Maximum execution time for the plugin in seconds.
messages - Variable in class com.deepshiftlabs.nerrvana.Platform
 
messageThreshold - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
 

N

name - Variable in class com.deepshiftlabs.nerrvana.Platform
 
name - Variable in class com.deepshiftlabs.nerrvana.SpaceData
 
name - Variable in class com.deepshiftlabs.nerrvana.Testrun
 
NerrvanaExecution - Class in com.deepshiftlabs.nerrvana
Parses and wraps information about tests execution in Nerrvana.
NerrvanaExecution() - Constructor for class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
NerrvanaPlugin - Class in com.deepshiftlabs.nerrvana
NerrvanaPlugin - remotely runs Selenium tests at Nerrvana cloud.
NerrvanaPlugin(String, String) - Constructor for class com.deepshiftlabs.nerrvana.NerrvanaPlugin
Plugin constructor Fields in config.jelly must match the parameter names in the org.kohsuke.stapler.DataBoundConstructor
NerrvanaPlugin.DescriptorImpl - Class in com.deepshiftlabs.nerrvana
Descriptor for NerrvanaPlugin.
NerrvanaPlugin.DescriptorImpl() - Constructor for class com.deepshiftlabs.nerrvana.NerrvanaPlugin.DescriptorImpl
 
NerrvanaPluginSettings - Class in com.deepshiftlabs.nerrvana
Wraps all Nerrvana related settings.
NerrvanaPluginSettings() - Constructor for class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
 
net.iharder - package net.iharder
 
NO_OPTIONS - Static variable in class net.iharder.Base64
No options specified.
nodes_count - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Count of nodes (Selenium RC instances) Nerrvana should start for the given tests set.
nodeValue(Node) - Static method in class com.deepshiftlabs.nerrvana.Utils
 

O

ORDERED - Static variable in class net.iharder.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc- 1940.html.

P

PARAMS - Static variable in class com.deepshiftlabs.nerrvana.HttpCommunicator
 
parse(Document) - Static method in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
 
parsedDocuments - Static variable in class com.deepshiftlabs.nerrvana.Utils
 
parseErrorResponse(HttpEntity) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
parseResponse(HttpEntity) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
parseSpaceData(Document) - Static method in class com.deepshiftlabs.nerrvana.SpaceData
Maps Nerrvana space data in the XML document into SpaceData object
parseThreshold(String) - Static method in enum com.deepshiftlabs.nerrvana.UserMessageLevel
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.deepshiftlabs.nerrvana.NerrvanaPlugin
Main plugin method
Platform - Class in com.deepshiftlabs.nerrvana
Parses and wraps information about platform where tests are executed in Nerrvana.
Platform() - Constructor for class com.deepshiftlabs.nerrvana.Platform
 
Platform(String, String, String, String, String) - Constructor for class com.deepshiftlabs.nerrvana.Platform
 
platforms - Variable in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
platforms - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
List of platforms (where platform is combination of the OS and browser of the certain version)
poll - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Poll period - amount of time between calls from plugin to Nerrvana.
post(String, List<NameValuePair>) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
HTTP POST shortcut
printSystemProperties(PrintStream) - Static method in class com.deepshiftlabs.nerrvana.Utils
 

R

read() - Method in class net.iharder.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class net.iharder.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
ReportActionAggregated - Class in com.deepshiftlabs.nerrvana
Jenkins uses this class and accompanying file com\deepshiftlabs\nerrvana\ReportAction\index.jelly to create report link and report page
ReportActionAggregated(AbstractBuild<?, ?>, String, NerrvanaPluginSettings) - Constructor for class com.deepshiftlabs.nerrvana.ReportActionAggregated
Loads file with results of execution of all Nerrvana plugins in this build
ResponseException - Exception in com.deepshiftlabs.nerrvana
HTTP response exception It is raised when API returns HTTP status other than 200.
ResponseException(String) - Constructor for exception com.deepshiftlabs.nerrvana.ResponseException
 
ResponseException(String, int) - Constructor for exception com.deepshiftlabs.nerrvana.ResponseException
 
resumeEncoding() - Method in class net.iharder.Base64.OutputStream
Resumes encoding of the stream.

S

secretkey - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Secret key, the plugin uses to encrypt request (and Nerrvana API uses to decrypt it)
setCDATAValue(Node, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
setChildNodeCDATAValue(Node, String, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
setChildNodeTextValue(Node, String, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
setLevel(int) - Method in class com.deepshiftlabs.nerrvana.Logger
 
setNodeTextValue(Node, String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
settingsXmlString - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPlugin
Plugin configuration parameter 'settingsXmlString'.
SignatureTest - Class in com.deepshiftlabs.nerrvana
 
SignatureTest() - Constructor for class com.deepshiftlabs.nerrvana.SignatureTest
 
skipUpload - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Flag which commands to plugin to skip upload step (Which means that files were uploaded to Nerrvana cloud in some alternate way)
sortedMessages - Variable in class com.deepshiftlabs.nerrvana.Platform
 
space_id - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Nerrvana space ID.
space_name - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Nerrvana space name.
space_path - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Nerrvana space path - folder in Nerrvana FTPS server where plugin should put tests.
SpaceData - Class in com.deepshiftlabs.nerrvana
Encapsulates information about user space in Nerrvana
SpaceData() - Constructor for class com.deepshiftlabs.nerrvana.SpaceData
 
starttime - Variable in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
status - Variable in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
status - Variable in class com.deepshiftlabs.nerrvana.Platform
 
string2xml(String) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
suspendEncoding() - Method in class net.iharder.Base64.OutputStream
Suspends encoding of the stream.

T

test_run_descr - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Test run description - static part of
test_run_descr_file - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Name of the file containing dynamic part of the test run description.
test_run_name - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Name of the test run.
testExecutionResults(AbstractBuild<?, ?>, NerrvanaPluginSettings) - Static method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
Tests if execution of selenium tests in Nerrvana was successful.
testExecutionResults - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
This flag determines should this plugin instance evaluate results of the Nerrvana execution or not.
Testrun - Class in com.deepshiftlabs.nerrvana
Wraps information about Nerrvana test run This class expects following XML returned by Nerrvana API call: {@code 1181 676
Testrun() - Constructor for class com.deepshiftlabs.nerrvana.Testrun
 
testrun_description - Variable in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
testrun_id - Variable in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
testrun_name - Variable in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
tori(String, String) - Static method in class com.deepshiftlabs.nerrvana.Logger
Logs string depending on the actual log level.
toString() - Method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
 
toString() - Method in class com.deepshiftlabs.nerrvana.Platform
 
toString() - Method in class com.deepshiftlabs.nerrvana.SpaceData
 
toString() - Method in class com.deepshiftlabs.nerrvana.UserMessage
 
trace(String) - Static method in class com.deepshiftlabs.nerrvana.Logger
 
traceln(String) - Static method in class com.deepshiftlabs.nerrvana.Logger
 
traceParams(HttpParams) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
Function for log/debug
traceResponseHeaders(HttpResponse) - Method in class com.deepshiftlabs.nerrvana.HttpCommunicator
Function for log/debug
txt - Variable in class com.deepshiftlabs.nerrvana.UserMessage
 

U

uniqueTagValue(String, Document, boolean) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
URL_SAFE - Static variable in class net.iharder.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UserMessage - Class in com.deepshiftlabs.nerrvana
User messages returned by API have following structure: {@code
UserMessage(Node, UserMessageLevel) - Constructor for class com.deepshiftlabs.nerrvana.UserMessage
 
UserMessage(String, Date) - Constructor for class com.deepshiftlabs.nerrvana.UserMessage
 
UserMessageLevel - Enum in com.deepshiftlabs.nerrvana
 
Utils - Class in com.deepshiftlabs.nerrvana
Several kinds of utility functions: - XML parsers, helpers and cachers - HttpClient helpers - some others
Utils() - Constructor for class com.deepshiftlabs.nerrvana.Utils
 

V

validation - Variable in class com.deepshiftlabs.nerrvana.NerrvanaPluginSettings
Should Nerrvana validate code or not So far Nerrvana supports validation of the PHP (by lint) and Java (by compiling the code)
value() - Method in enum com.deepshiftlabs.nerrvana.UserMessageLevel
 
valueOf(String) - Static method in enum com.deepshiftlabs.nerrvana.UserMessageLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.deepshiftlabs.nerrvana.UserMessageLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(int) - Method in class net.iharder.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class net.iharder.Base64.OutputStream
Calls write(int) repeatedly until len bytes are written.

X

xml2file(Document, File) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
xml2list(Document) - Static method in class com.deepshiftlabs.nerrvana.NerrvanaExecution
Converts XML document into list of NerrvanaExecution objects
xml2string(Document) - Static method in class com.deepshiftlabs.nerrvana.Utils
 
A B C D E F G H I L M N O P R S T U V W X 

Copyright © 2004-2013 Deep Shift Labs. All Rights Reserved.