RevaliService class

One Revali service found in a repository.

Constructors

RevaliService({required String name, required Directory directory, required String relativePath})
const

Properties

directory → Directory
final
hasDockerfile bool
Whether revali build has produced a Dockerfile for this service.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The package name from pubspec.yaml.
final
relativePath String
Where the service sits relative to the repository root — what a docker-compose.yaml at the root needs as a build context.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited