Class: NG1BuildHelpers::JIRA::Parser::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/jira/jira_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def build
  @build
end

#commit_rangeObject

Returns the value of attribute commit_range

Returns:

  • (Object)

    the current value of commit_range



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def commit_range
  @commit_range
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def password
  @password
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def project
  @project
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def regex
  @regex
end

#siteObject

Returns the value of attribute site

Returns:

  • (Object)

    the current value of site



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def site
  @site
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def username
  @username
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def version
  @version
end

#version_nameObject

Returns the value of attribute version_name

Returns:

  • (Object)

    the current value of version_name



18
19
20
# File 'lib/jira/jira_parser.rb', line 18

def version_name
  @version_name
end