Class ProjectReport

    • Constructor Detail

      • ProjectReport

        public ProjectReport()
    • Method Detail

      • getArtifactId

        public String getArtifactId()
        Get the artifactId field.
        Returns:
        String
      • getChecksum

        public String getChecksum()
        Get the checksum field.
        Returns:
        String
      • getGroupId

        public String getGroupId()
        Get the groupId field.
        Returns:
        String
      • getSource

        public String getSource()
        Get the source field.
        Returns:
        String
      • getUrl

        public String getUrl()
        Get the url field.
        Returns:
        String
      • isChecksumMatched

        public Boolean isChecksumMatched()
        Get the checksumMatched field.
        Returns:
        Boolean
      • isLifecycleMatched

        public Boolean isLifecycleMatched()
        Get the lifecycleMatched field.
        Returns:
        Boolean
      • isPluginsMatched

        public Boolean isPluginsMatched()
        Get the pluginsMatched field.
        Returns:
        Boolean
      • isSharedToRemote

        public Boolean isSharedToRemote()
        Get the sharedToRemote field.
        Returns:
        Boolean
      • setArtifactId

        public void setArtifactId​(String artifactId)
        Set the artifactId field.
        Parameters:
        artifactId - a artifactId object.
      • setChecksum

        public void setChecksum​(String checksum)
        Set the checksum field.
        Parameters:
        checksum - a checksum object.
      • setChecksumMatched

        public void setChecksumMatched​(Boolean checksumMatched)
        Set the checksumMatched field.
        Parameters:
        checksumMatched - a checksumMatched object.
      • setGroupId

        public void setGroupId​(String groupId)
        Set the groupId field.
        Parameters:
        groupId - a groupId object.
      • setLifecycleMatched

        public void setLifecycleMatched​(Boolean lifecycleMatched)
        Set the lifecycleMatched field.
        Parameters:
        lifecycleMatched - a lifecycleMatched object.
      • setPluginsMatched

        public void setPluginsMatched​(Boolean pluginsMatched)
        Set the pluginsMatched field.
        Parameters:
        pluginsMatched - a pluginsMatched object.
      • setSharedToRemote

        public void setSharedToRemote​(Boolean sharedToRemote)
        Set the sharedToRemote field.
        Parameters:
        sharedToRemote - a sharedToRemote object.
      • setSource

        public void setSource​(String source)
        Set the source field.
        Parameters:
        source - a source object.
      • setUrl

        public void setUrl​(String url)
        Set the url field.
        Parameters:
        url - a url object.