Class Stage


  • public class Stage
    extends Object
    A holder class to contain information about a Nexus Professional Staging repository.
    • Constructor Detail

      • Stage

        public Stage​(String profileID,
                     String stageID)
        Construct a new Stage to represent a Nexus Professional Staging repository.
        Parameters:
        profileID - the id of the staging profile that this stage is associated with.
        stageID - the id for this stage repository.
    • Method Detail

      • getProfileID

        public String getProfileID()
        Returns:
        the profileID that this stage is associated with.
      • getStageID

        public String getStageID()
        Return the StageID that this stage represents. StageIDs are recycled by Nexus, so this is only valid for the lifetime of this stage repository.
        Returns:
        the unique stageID for this stage.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object