Public Member Functions | List of all members
build.BuilderSettings Class Reference
Inheritance diagram for build.BuilderSettings:
Inheritance graph
[legend]

Public Member Functions

def branch (self)
 
def reference (self)
 
def stable_branch_pattern (self)
 
def upload (self)
 
def upload_only_when_stable (self)
 
def username (self)
 
def version (self)
 

Detailed Description

Definition at line 11 of file build.py.

Member Function Documentation

def build.BuilderSettings.branch (   self)
Get branch name

Definition at line 14 of file build.py.

def build.BuilderSettings.reference (   self)
Read project version from branch name to create Conan referece

Definition at line 63 of file build.py.

def build.BuilderSettings.stable_branch_pattern (   self)
Only upload the package the branch name is like a tag

Definition at line 53 of file build.py.

def build.BuilderSettings.upload (   self)
Set BehaviorTree repository to be used on upload.
    The upload server address could be customized by env var
    CONAN_UPLOAD. If not defined, the method will check the branch name.
    Only master or CONAN_STABLE_BRANCH_PATTERN will be accepted.
    The master branch will be pushed to testing channel, because it does
    not match the stable pattern. Otherwise it will upload to stable
    channel.

Definition at line 28 of file build.py.

def build.BuilderSettings.upload_only_when_stable (   self)
Force to upload when match stable pattern branch

Definition at line 47 of file build.py.

def build.BuilderSettings.username (   self)
Set BehaviorTree as package's owner

Definition at line 22 of file build.py.

def build.BuilderSettings.version (   self)

Definition at line 59 of file build.py.


The documentation for this class was generated from the following file:


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Jun 8 2019 18:04:06