Class AuthorImpl

    • Constructor Detail

      • AuthorImpl

        public AuthorImpl()
        Deprecated.
      • AuthorImpl

        public AuthorImpl​(String name)
        Deprecated.
      • AuthorImpl

        public AuthorImpl​(String name,
                          String linkedUserName)
        Deprecated.
      • AuthorImpl

        public AuthorImpl​(String name,
                          String linkedUserName,
                          String email)
        Deprecated.
      • AuthorImpl

        public AuthorImpl​(AuthorContext newAuthor)
        Deprecated.
    • Method Detail

      • getFullName

        @NotNull
        public @NotNull String getFullName()
        Deprecated.
        Description copied from interface: Author
        Get a full name for display purposes
        Specified by:
        getFullName in interface Author
        Returns:
        full name
      • getNumberOfBreakages

        public int getNumberOfBreakages()
        Deprecated.
        Description copied from interface: Author
        Get the number of builds broken by the author A build is deemed broken by the author if the build they triggered failed and the previous one was successful.
        Specified by:
        getNumberOfBreakages in interface Author
        Returns:
        Number of builds broken by this author.
      • getNumberOfFixes

        public int getNumberOfFixes()
        Deprecated.
        Description copied from interface: Author
        Get the number of builds fixed by the author A build is deemed fixed by the author if the build they triggered was successful and the previous one failed.
        Specified by:
        getNumberOfFixes in interface Author
        Returns:
        Number of builds fixed by this author.
      • getNumberOfFailedBuilds

        public int getNumberOfFailedBuilds()
        Deprecated.
        Description copied from interface: Author
        Gets number of the builds triggered by the author that failed.
        Specified by:
        getNumberOfFailedBuilds in interface Author
        Returns:
        Number of builds that were triggered by this author and failed.
      • getNumberOfSuccessfulBuilds

        public int getNumberOfSuccessfulBuilds()
        Deprecated.
        Description copied from interface: Author
        Gets number of the builds triggered by the author that were successful.
        Specified by:
        getNumberOfSuccessfulBuilds in interface Author
        Returns:
        Number of builds that were triggered by this author and succeeded.
      • getNumberOfTriggeredBuilds

        public int getNumberOfTriggeredBuilds()
        Deprecated.
        Description copied from interface: Author
        Gets number of builds triggered by the author
        Specified by:
        getNumberOfTriggeredBuilds in interface Author
        Returns:
        Number of builds that were triggered by this author.
      • readResolve

        protected Object readResolve()
        Deprecated.