A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

actionName() - Method in CargoTask
Returns the Cargo action this task represents, such as build, test, or bench.
actionName() - Method in RustBuild
actionName() - Method in RustDoc
actionName() - Method in RustRun
actionName() - Method in RustTest
apply(Project) - Method in RustPlugin

B

C

CargoTask - Class in com.jtitor.gradle.tasks
Base class for tasks that call out to Cargo.

D

doCargoAction() - Method in CargoTask
Invokes Cargo task.
doCargoAction() - Method in RustTest

E

F

FLAG_ENABLE_BACKTRACE - Field in RustTest
FLAG_FROZEN - Field in CargoTask
FLAG_LOCKED - Field in CargoTask
FLAG_MANIFEST_PATH - Field in CargoTask
FLAG_NO_DEPS - Field in CargoTask
FLAG_PACKAGE - Field in CargoTask
FLAG_QUIET - Field in CargoTask
FLAG_RELEASE - Field in CargoTask
FLAG_TARGET - Field in CargoTask
FLAG_VERBOSE - Field in CargoTask
FLAG_VERY_VERBOSE - Field in CargoTask
format() - Method in RustFormat
Runs cargo fmt on the given project.

G

H

I

invocationForAction() - Method in CargoTask
Generates the Cargo string corresponding to the given action, with flags set to the task's values.
invocationForAction() - Method in RustFormat
Generates the Cargo string corresponding to the format action, with flags set to the task's values.

J

K

L

logTaskStart(String) - Method in TaskBase

M

N

O

P

Q

R

RustBuild - Class in com.jtitor.gradle.tasks
Runs cargo build on the given project.
RustDoc - Class in com.jtitor.gradle.tasks
Runs cargo doc on the given project.
RustFormat - Class in com.jtitor.gradle.tasks
RustPlugin - Class in com.jtitor.gradle
Created by ariel on 17/05/15.
RustRun - Class in com.jtitor.gradle.tasks
Runs cargo run on the given project.
RustTest - Class in com.jtitor.gradle.tasks
Runs cargo test on the given project.

S

T

TaskBase - Class in com.jtitor.gradle.tasks
Base class for tasks.

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _