- 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
-
- 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
-
- 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.