Class JiraUtils

java.lang.Object
b4j.core.session.jira.JiraUtils

public class JiraUtils
extends java.lang.Object
Helper functions specific for Jira
Author:
ralph
  • Constructor Summary

    Constructors 
    Constructor Description
    JiraUtils()  
  • Method Summary

    Modifier and Type Method Description
    static RsDate convertDate​(org.joda.time.DateTime dt)
    Convert the Jira time zoned time to RsDate.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • convertDate

      public static RsDate convertDate​(org.joda.time.DateTime dt)
      Convert the Jira time zoned time to RsDate.
      Parameters:
      dt - - the Jira datetime
      Returns:
      - the converted RsDate object