Uses of Enum Class
com.zimperium.plugins.zDevJenkinsUploadPlugin.ZDevUploadPlugin.ReportFormat
Packages that use ZDevUploadPlugin.ReportFormat
-
Uses of ZDevUploadPlugin.ReportFormat in com.zimperium.plugins.zDevJenkinsUploadPlugin
Methods in com.zimperium.plugins.zDevJenkinsUploadPlugin that return ZDevUploadPlugin.ReportFormatModifier and TypeMethodDescriptionZDevUploadPlugin.getReportFormat()Returns the enum constant of this class with the specified name.static ZDevUploadPlugin.ReportFormat[]ZDevUploadPlugin.ReportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.zimperium.plugins.zDevJenkinsUploadPlugin with parameters of type ZDevUploadPlugin.ReportFormatModifier and TypeMethodDescriptionvoidZDevUploadPlugin.setReportFormat(ZDevUploadPlugin.ReportFormat reportFormat) Constructors in com.zimperium.plugins.zDevJenkinsUploadPlugin with parameters of type ZDevUploadPlugin.ReportFormatModifierConstructorDescriptionZDevUploadPlugin(Boolean useOwnConsoleInfo, String endpoint, String clientId, Secret clientSecret, Boolean useProxy, String sourceFile, String excludedFile, Boolean waitForReport, ZDevUploadPlugin.ReportFormat reportFormat, String reportFileName, String teamName, Integer reportTimeoutMinutes)