Class UrlInfo

java.lang.Object
com.tikal.hudson.plugins.notification.UrlInfo

public class UrlInfo extends Object
Author:
mmitche
  • Constructor Details

    • UrlInfo

      @DataBoundConstructor public UrlInfo(UrlType urlType, String urlOrId)
  • Method Details

    • getUrlOrId

      public String getUrlOrId()
    • setUrlOrId

      public void setUrlOrId(String urlOrId)
    • getUrlType

      public UrlType getUrlType()
    • setUrlType

      public void setUrlType(UrlType urlType)