airgun.entities.containerimagetag

Module Contents

Classes

ContainerImageTagEntity

ShowAllContainerImageTags

Navigate to All Container Image Tags screen.

ContainerImageTagDetails

Navigate to Container Image Tag details page

class airgun.entities.containerimagetag.ContainerImageTagEntity(browser)
endpoint_path = /docker_tags
search(value)

Search for specific Container Image Tag

Parameters

value – search query to type into search field

Returns

container image tag that match

read(entity_name, widget_names=None)

Reads details of specific Container Image Tag

Parameters

entity_name – name of Container Image Tag

Returns

dict with properties of Container Image Tag

class airgun.entities.containerimagetag.ShowAllContainerImageTags(obj, navigate_obj, logger=None)

Navigate to All Container Image Tags screen.

VIEW
step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.

class airgun.entities.containerimagetag.ContainerImageTagDetails(obj, navigate_obj, logger=None)

Navigate to Container Image Tag details page

Args: entity_name: name of Container Image Tag

VIEW
prerequisite(*args, **kwargs)

Describes a step that must be carried our prior to this one.

This often calls a previous navigate_to, often using one of the helpers, NavigateToSibling which will navigate to a given destination using the same object, or NavigateToAttribute which will navigate to a destination against an object describe by the attribute of the parent object.

This is a default and is generally overridden.

step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.