| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action |
| Modifier and Type | Method and Description |
|---|---|
Chgrp |
ChgrpBuilder.build()
Builds and returns a new
Chgrp object with the properties set in this builder. |
| Modifier and Type | Method and Description |
|---|---|
List<Chgrp> |
FSAction.getChgrps()
Returns the
Chgrp objects that specify the directories or files the owner / group of which will be changed
and to what when running this action. |
List<Chgrp> |
ActionAttributes.getChgrps()
Returns a list of the
Chgrp objects stored in this ActionAttributes object. |
| Modifier and Type | Method and Description |
|---|---|
FSActionBuilder |
FSActionBuilder.withChgrp(Chgrp chgrp)
Registers a
Chgrp object with this builder. |
FSActionBuilder |
FSActionBuilder.withoutChgrp(Chgrp chgrp)
Removes a
Chgrp object if it is registered with this builder, otherwise does nothing. |
Copyright © 2021 Apache Software Foundation. All rights reserved.