Class: Middleman::DeployWithNotifications::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-deploy-with-notifications/extension.rb

Instance Attribute Summary collapse

Instance Attribute Details

#after_buildObject

Returns the value of attribute after_build

Returns:

  • (Object)

    the current value of after_build



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def after_build
  @after_build
end

#airbrake_api_keyObject

Returns the value of attribute airbrake_api_key

Returns:

  • (Object)

    the current value of airbrake_api_key



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def airbrake_api_key
  @airbrake_api_key
end

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def branch
  @branch
end

#cleanObject

Returns the value of attribute clean

Returns:

  • (Object)

    the current value of clean



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def clean
  @clean
end

#deploy_userObject

Returns the value of attribute deploy_user

Returns:

  • (Object)

    the current value of deploy_user



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def deploy_user
  @deploy_user
end

#git_branchObject

Returns the value of attribute git_branch

Returns:

  • (Object)

    the current value of git_branch



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def git_branch
  @git_branch
end

#git_commentObject

Returns the value of attribute git_comment

Returns:

  • (Object)

    the current value of git_comment



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def git_comment
  @git_comment
end

#github_projectObject

Returns the value of attribute github_project

Returns:

  • (Object)

    the current value of github_project



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def github_project
  @github_project
end

#github_userObject

Returns the value of attribute github_user

Returns:

  • (Object)

    the current value of github_user



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def github_user
  @github_user
end

#hipchat_roomsObject

Returns the value of attribute hipchat_rooms

Returns:

  • (Object)

    the current value of hipchat_rooms



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def hipchat_rooms
  @hipchat_rooms
end

#hipchat_tokenObject

Returns the value of attribute hipchat_token

Returns:

  • (Object)

    the current value of hipchat_token



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def hipchat_token
  @hipchat_token
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def host
  @host
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def method
  @method
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def password
  @password
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def path
  @path
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def port
  @port
end

#remoteObject

Returns the value of attribute remote

Returns:

  • (Object)

    the current value of remote



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def remote
  @remote
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def revision
  @revision
end

#revision_shortObject

Returns the value of attribute revision_short

Returns:

  • (Object)

    the current value of revision_short



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def revision_short
  @revision_short
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def user
  @user
end

#whatisthisObject

Returns the value of attribute whatisthis

Returns:

  • (Object)

    the current value of whatisthis



8
9
10
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8

def whatisthis
  @whatisthis
end