Class GitDescribeConfig


  • public class GitDescribeConfig
    extends Object
    Represents options passed in via maven configuration, corresponds to options of git-describe.
    • Constructor Detail

      • GitDescribeConfig

        public GitDescribeConfig()
      • GitDescribeConfig

        public GitDescribeConfig​(boolean always,
                                 String dirty,
                                 String match,
                                 Integer abbrev,
                                 boolean forceLongFormat,
                                 boolean tags)
    • Method Detail

      • isAlways

        public boolean isAlways()
      • setAlways

        public void setAlways​(boolean always)
      • getDirty

        public String getDirty()
      • setDirty

        public void setDirty​(String dirty)
      • getMatch

        public String getMatch()
      • setMatch

        public void setMatch​(String match)
      • getAbbrev

        public int getAbbrev()
      • setAbbrev

        public void setAbbrev​(int abbrev)
      • isSkip

        public boolean isSkip()
      • setSkip

        public void setSkip​(boolean skip)
      • getForceLongFormat

        public boolean getForceLongFormat()
      • setForceLongFormat

        public void setForceLongFormat​(boolean forceLongFormat)
      • getTags

        public boolean getTags()
      • setTags

        public void setTags​(boolean tags)