Interface RepositoryDataEntity

    • Method Detail

      • setPluginKey

        void setPluginKey​(@NotNull
                          @NotNull String pluginKey)
      • getXmlData

        @NotNull
        @NotNull String getXmlData()
        Combined data in xml format. Can contain: - old format data - new format data divided into sections: server, branch, cd config,... Stored in one blob to reduce table size.
      • setXmlData

        void setXmlData​(@NotNull
                        @NotNull String xmlData)
      • isGlobal

        boolean isGlobal()
        Returns:
        true if repository is a Global Repository (that is: can be shared among multiple plans)
      • setGlobal

        void setGlobal​(boolean isGlobal)
      • setProjectId

        void setProjectId​(@Nullable
                          @Nullable Long projectId)