Class JiraProjectProperty

    • Field Detail

      • siteName

        public final String siteName
        Used to find JiraSite. Matches JiraSite.getName(). Always non-null (but beware that this value might become stale if the system config is changed.)
    • Constructor Detail

      • JiraProjectProperty

        @DataBoundConstructor
        public JiraProjectProperty​(String siteName)
    • Method Detail

      • getSite

        @Nullable
        public JiraSite getSite()
        Gets the JiraSite that this project belongs to.
        Returns:
        null if the configuration becomes out of sync.