Class: Vx::ServiceConnector::Bitbucket::Notices

Inherits:
Struct
  • Object
show all
Defined in:
lib/vx/service_connector/bitbucket/notices.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



4
5
6
# File 'lib/vx/service_connector/bitbucket/notices.rb', line 4

def repo
  @repo
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



4
5
6
# File 'lib/vx/service_connector/bitbucket/notices.rb', line 4

def session
  @session
end

Instance Method Details

#create(build_sha, build_status, build_url, description) ⇒ Object



5
6
7
# File 'lib/vx/service_connector/bitbucket/notices.rb', line 5

def create(build_sha, build_status, build_url, description)
  :not_available
end