TaskDependencyGraphConfiguration

In package com.cdsap.talaiot.configuration

class com.cdsap.talaiot.configuration.TaskDependencyGraphConfiguration

Configuration for com.cdsap.talaiot.publisher.TaskDependencyGraphPublisher taskDependencyGraphPublisher{ gexf = true html = false dot = true ignoreWhen }

Fields

var ignoreWhen: IgnoreWhenConfiguration?

Configuration for the ignoreWhen property.

var gexf: Boolean

Flag to enable com.cdsap.talaiot.publisher.graphpublisher.GexfPublisher

var html: Boolean

Flag to enable com.cdsap.talaiot.publisher.graphpublisher.HtmlPublisher

var dot: Boolean

Flag to enable com.cdsap.talaiot.publisher.graphpublisher.DotPublisher

project:

Constructors

constructor(project: )

Configuration for com.cdsap.talaiot.publisher.TaskDependencyGraphPublisher taskDependencyGraphPublisher{ gexf = true html = false dot = true ignoreWhen }

Parameters:
  • project:

Methods

fun ignoreWhen(block: IgnoreWhenConfiguration.()->Unit)

Kotlin accessor for the IgnoreWhenConfiguration

Parameters:
fun ignoreWhen(closure: )

Groovy accessor for the IgnoreWhenConfiguration

Parameters:
  • closure:

    closure for the IgnoreWhenConfiguration